#487166

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

Shades of Dark Green Copper #487166

Tints of Dark Green Copper #487166

Color information

#487166 (or 0x487166) is unknown color: approx Dark Green Copper. HEX triplet: 48, 71 and 66. RGB value is (72,113,102). Sum of RGB (Red+Green+Blue) = 72+113+102=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #487166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487166 is #B78E99. Grayscale: #636363. Windows color (decimal): -12029594 or 6713672. OLE color: 6713672.

HSL color Cylindrical-coordinate representation of color #487166: hue angle of 163.9º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487166 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB72113102-
CMYK0.3600.100.56
HSL163.9º22.16%36.27%-
HSV(B)163.9º36.28%44.31%-
XYZ10.9814.1514.72-
YUV99.49129.42108.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=25.09%
G=39.37%
B=35.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721131020.3600.100.56163.922.1636.27
Hex487166240A38a41624
Octal11016114644012702442644
Binary100100011100011100110100100010101110001010010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487166; }

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

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

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

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

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

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

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

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