#487974

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

Shades of Dark Green Copper #487974

Tints of Dark Green Copper #487974

Color information

#487974 (or 0x487974) is unknown color: approx Dark Green Copper. HEX triplet: 48, 79 and 74. RGB value is (72,121,116). Sum of RGB (Red+Green+Blue) = 72+121+116=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #487974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487974 is #B7868B. Grayscale: #696969. Windows color (decimal): -12027532 or 7633224. OLE color: 7633224.

HSL color Cylindrical-coordinate representation of color #487974: hue angle of 173.88º 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 #487974 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB72121116-
CMYK0.4000.040.53
HSL173.88º25.39%37.84%-
HSV(B)173.88º40.5%47.45%-
XYZ12.6616.3119-
YUV105.78133.77103.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=23.30%
G=39.16%
B=37.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211160.4000.040.53173.8825.3937.84
Hex487974280435ae1926
Octal1101711645004652563146
Binary10010001111001111010010100001001101011010111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487974; }

 p { color: rgb(72,121,116); }

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

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

 a { background-color: rgb(72,121,116); }

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

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

 span { border-color: rgb(72,121,116); }

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