#487566

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

Shades of Dark Green Copper #487566

Tints of Dark Green Copper #487566

Color information

#487566 (or 0x487566) is unknown color: approx Dark Green Copper. HEX triplet: 48, 75 and 66. RGB value is (72,117,102). Sum of RGB (Red+Green+Blue) = 72+117+102=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #487566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487566 is #B78A99. Grayscale: #656565. Windows color (decimal): -12028570 or 6714696. OLE color: 6714696.

HSL color Cylindrical-coordinate representation of color #487566: hue angle of 160º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487566 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB72117102-
CMYK0.3800.130.54
HSL160º23.81%37.06%-
HSV(B)160º38.46%45.88%-
XYZ11.4315.0614.87-
YUV101.84128.09106.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=24.74%
G=40.21%
B=35.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721171020.3800.130.5416023.8137.06
Hex487566260D36a01825
Octal11016514646015662403045
Binary100100011101011100110100110011011101101010000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487566; }

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

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

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

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

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

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

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

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