#487972

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

Shades of Dark Green Copper #487972

Tints of Dark Green Copper #487972

Color information

#487972 (or 0x487972) is unknown color: approx Dark Green Copper. HEX triplet: 48, 79 and 72. RGB value is (72,121,114). Sum of RGB (Red+Green+Blue) = 72+121+114=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #487972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487972 is #B7868D. Grayscale: #696969. Windows color (decimal): -12027534 or 7502152. OLE color: 7502152.

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

Color convert

RGB72121114-
CMYK0.4000.060.53
HSL171.43º25.39%37.84%-
HSV(B)171.43º40.5%47.45%-
XYZ12.5516.2718.4-
YUV105.55132.77104.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=23.45%
G=39.41%
B=37.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211140.4000.060.53171.4325.3937.84
Hex487972280635ab1926
Octal1101711625006652533146
Binary10010001111001111001010100001101101011010101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487972; }

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

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

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

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

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

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

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

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