#467566

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

Shades of Dark Green Copper #467566

Tints of Dark Green Copper #467566

Color information

#467566 (or 0x467566) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 66. RGB value is (70,117,102). Sum of RGB (Red+Green+Blue) = 70+117+102=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #467566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467566 is #B98A99. Grayscale: #656565. Windows color (decimal): -12159642 or 6714694. OLE color: 6714694.

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

Color convert

RGB70117102-
CMYK0.4000.130.54
HSL160.85º25.13%36.67%-
HSV(B)160.85º40.17%45.88%-
XYZ11.2914.9814.87-
YUV101.24128.43105.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=24.22%
G=40.48%
B=35.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171020.4000.130.54160.8525.1336.67
Hex467566280D36a11925
Octal10616514650015662413145
Binary100011011101011100110101000011011101101010000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467566; }

 p { color: rgb(70,117,102); }

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

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

 a { background-color: rgb(70,117,102); }

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

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

 span { border-color: rgb(70,117,102); }

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