#487167

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

Shades of Dark Green Copper #487167

Tints of Dark Green Copper #487167

Color information

#487167 (or 0x487167) is unknown color: approx Dark Green Copper. HEX triplet: 48, 71 and 67. RGB value is (72,113,103). Sum of RGB (Red+Green+Blue) = 72+113+103=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #487167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487167 is #B78E98. Grayscale: #636363. Windows color (decimal): -12029593 or 6779208. OLE color: 6779208.

HSL color Cylindrical-coordinate representation of color #487167: hue angle of 165.37º 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 #487167 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB72113103-
CMYK0.3600.090.56
HSL165.37º22.16%36.27%-
HSV(B)165.37º36.28%44.31%-
XYZ11.0314.1714.99-
YUV99.6129.92108.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=25%
G=39.24%
B=35.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721131030.3600.090.56165.3722.1636.27
Hex487167240938a51624
Octal11016114744011702452644
Binary100100011100011100111100100010011110001010010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487167; }

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

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

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

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

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

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

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

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