#486966

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

Shades of Dark Green Copper #486966

Tints of Dark Green Copper #486966

Color information

#486966 (or 0x486966) is unknown color: approx Dark Green Copper. HEX triplet: 48, 69 and 66. RGB value is (72,105,102). Sum of RGB (Red+Green+Blue) = 72+105+102=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #486966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486966 is #B79699. Grayscale: #5E5E5E. Windows color (decimal): -12031642 or 6711624. OLE color: 6711624.

HSL color Cylindrical-coordinate representation of color #486966: hue angle of 174.55º 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 #486966 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB72105102-
CMYK0.3100.030.59
HSL174.55º18.64%34.71%-
HSV(B)174.55º31.43%41.18%-
XYZ10.1212.4414.44-
YUV94.79132.07111.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=25.81%
G=37.63%
B=36.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal721051020.3100.030.59174.5518.6434.71
Hex4869661F033Baf1323
Octal1101511463703732572343
Binary100100011010011100110111110111110111010111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486966; }

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

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

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

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

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

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

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

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