#487872

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

Shades of Dark Green Copper #487872

Tints of Dark Green Copper #487872

Color information

#487872 (or 0x487872) is unknown color: approx Dark Green Copper. HEX triplet: 48, 78 and 72. RGB value is (72,120,114). Sum of RGB (Red+Green+Blue) = 72+120+114=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #487872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487872 is #B7878D. Grayscale: #686868. Windows color (decimal): -12027790 or 7501896. OLE color: 7501896.

HSL color Cylindrical-coordinate representation of color #487872: hue angle of 172.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487872 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB72120114-
CMYK0.4000.050.53
HSL172.5º25%37.65%-
HSV(B)172.5º40%47.06%-
XYZ12.4316.0318.36-
YUV104.96133.1104.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=23.53%
G=39.22%
B=37.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721201140.4000.050.53172.52537.65
Hex487872280535ac1926
Octal1101701625005652543146
Binary10010001111000111001010100001011101011010110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487872; }

 p { color: rgb(72,120,114); }

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

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

 a { background-color: rgb(72,120,114); }

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

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

 span { border-color: rgb(72,120,114); }

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