#487667

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

Shades of Dark Green Copper #487667

Tints of Dark Green Copper #487667

Color information

#487667 (or 0x487667) is unknown color: approx Dark Green Copper. HEX triplet: 48, 76 and 67. RGB value is (72,118,103). Sum of RGB (Red+Green+Blue) = 72+118+103=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #487667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487667 is #B78998. Grayscale: #666666. Windows color (decimal): -12028313 or 6780488. OLE color: 6780488.

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

Color convert

RGB72118103-
CMYK0.3900.130.54
HSL160.43º24.21%37.25%-
HSV(B)160.43º38.98%46.27%-
XYZ11.615.3115.18-
YUV102.54128.26106.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=24.57%
G=40.27%
B=35.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721181030.3900.130.54160.4324.2137.25
Hex487667270D36a01825
Octal11016614747015662403045
Binary100100011101101100111100111011011101101010000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487667; }

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

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

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

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

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

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

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

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