#487971

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

Shades of Dark Green Copper #487971

Tints of Dark Green Copper #487971

Color information

#487971 (or 0x487971) is unknown color: approx Dark Green Copper. HEX triplet: 48, 79 and 71. RGB value is (72,121,113). Sum of RGB (Red+Green+Blue) = 72+121+113=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #487971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487971 is #B7868E. Grayscale: #696969. Windows color (decimal): -12027535 or 7436616. OLE color: 7436616.

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

Color convert

RGB72121113-
CMYK0.4000.070.53
HSL170.2º25.39%37.84%-
HSV(B)170.2º40.5%47.45%-
XYZ12.4916.2418.1-
YUV105.44132.27104.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=23.53%
G=39.54%
B=36.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211130.4000.070.53170.225.3937.84
Hex487971280735aa1926
Octal1101711615007652523146
Binary10010001111001111000110100001111101011010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487971; }

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

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

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

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

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

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

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

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