#4D8275

Color #4D8275 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4D8275

Tints of Dark Green Copper #4D8275

Color information

#4D8275 (or 0x4D8275) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 82 and 75. RGB value is (77,130,117). Sum of RGB (Red+Green+Blue) = 77+130+117=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8275 is #B27D8A. Grayscale: #707070. Windows color (decimal): -11697547 or 7701069. OLE color: 7701069.

HSL color Cylindrical-coordinate representation of color #4D8275: hue angle of 165.28º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8275 is Cyan = 0.41, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB77130117-
CMYK0.4100.10.49
HSL165.28º25.6%40.59%-
HSV(B)165.28º40.77%50.98%-
XYZ14.2518.8319.71-
YUV112.67130.44102.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=23.77%
G=40.12%
B=36.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771301170.4100.10.49165.2825.640.59
Hex4D8275290A31a51a29
Octal11520216551012612453251
Binary1001101100000101110101101001010101100011010010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D8275; }

 p { color: rgb(77,130,117); }

 H1.HeaderClassName
 {
   color: #4D8275;
 }
 .AnyTagClassName
 {
   color: #4D8275;
 }
</style>
background-color css

<style>
 a { background-color: #4D8275; }

 a { background-color: rgb(77,130,117); }

 div.DivClassName
 {
   background-color: #4D8275;
 }
 .BgClassName
 {
   background-color: #4D8275;
 }
</style>
border-color css

<style>
 span { border-color: #4D8275; }

 span { border-color: rgb(77,130,117); }

 td.TdClassName
 {
   border-color: #4D8275;
 }
 .TagClassName
 {
   border-color: #4D8275;
 }
</style>