#486762

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

Shades of Dark Green Copper #486762

Tints of Dark Green Copper #486762

Color information

#486762 (or 0x486762) is unknown color: approx Dark Green Copper. HEX triplet: 48, 67 and 62. RGB value is (72,103,98). Sum of RGB (Red+Green+Blue) = 72+103+98=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #486762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486762 is #B7989D. Grayscale: #5D5D5D. Windows color (decimal): -12032158 or 6448968. OLE color: 6448968.

HSL color Cylindrical-coordinate representation of color #486762: hue angle of 170.32º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486762 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB7210398-
CMYK0.3000.050.60
HSL170.32º17.71%34.31%-
HSV(B)170.32º30.1%40.39%-
XYZ9.7311.9613.35-
YUV93.16130.73112.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=26.37%
G=37.73%
B=35.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103980.3000.050.60170.3217.7134.31
Hex4867621E053Caa1222
Octal1101471423605742522242
Binary1001000110011111000101111001011111001010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486762; }

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

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

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

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

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

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

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

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