#486662

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

Shades of Dark Green Copper #486662

Tints of Dark Green Copper #486662

Color information

#486662 (or 0x486662) is unknown color: approx Dark Green Copper. HEX triplet: 48, 66 and 62. RGB value is (72,102,98). Sum of RGB (Red+Green+Blue) = 72+102+98=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #486662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486662 is #B7999D. Grayscale: #5C5C5C. Windows color (decimal): -12032414 or 6448712. OLE color: 6448712.

HSL color Cylindrical-coordinate representation of color #486662: hue angle of 172º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486662 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB7210298-
CMYK0.2900.040.6
HSL172º17.24%34.12%-
HSV(B)172º29.41%40%-
XYZ9.6311.7613.32-
YUV92.57131.06113.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=26.47%
G=37.5%
B=36.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102980.2900.040.617217.2434.12
Hex4866621D043Cac1122
Octal1101461423504742542142
Binary1001000110011011000101110101001111001010110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486662; }

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

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

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

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

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

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

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

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