#486962

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

Shades of Dark Green Copper #486962

Tints of Dark Green Copper #486962

Color information

#486962 (or 0x486962) is unknown color: approx Dark Green Copper. HEX triplet: 48, 69 and 62. RGB value is (72,105,98). Sum of RGB (Red+Green+Blue) = 72+105+98=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #486962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486962 is #B7969D. Grayscale: #5E5E5E. Windows color (decimal): -12031646 or 6449480. OLE color: 6449480.

HSL color Cylindrical-coordinate representation of color #486962: hue angle of 167.27º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486962 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB7210598-
CMYK0.3100.070.59
HSL167.27º18.64%34.71%-
HSV(B)167.27º31.43%41.18%-
XYZ9.9312.3613.42-
YUV94.34130.07112.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=26.18%
G=38.18%
B=35.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105980.3100.070.59167.2718.6434.71
Hex4869621F073Ba71323
Octal1101511423707732472343
Binary1001000110100111000101111101111110111010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486962; }

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

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

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

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

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

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

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

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