#466016

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

Shades of Verdun Green #466016

Tints of Verdun Green #466016

Color information

#466016 (or 0x466016) is unknown color: approx Verdun Green. HEX triplet: 46, 60 and 16. RGB value is (70,96,22). Sum of RGB (Red+Green+Blue) = 70+96+22=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #466016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466016 is #B99FE9. Grayscale: #505050. Windows color (decimal): -12165098 or 1466438. OLE color: 1466438.

HSL color Cylindrical-coordinate representation of color #466016: hue angle of 81.08º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #466016 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB709622-
CMYK0.2700.770.62
HSL81.08º62.71%23.14%-
HSV(B)81.08º77.08%37.65%-
XYZ6.859.732.28-
YUV79.7995.39121.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=37.23%
G=51.06%
B=11.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096220.2700.770.6281.0862.7123.14
Hex4660161B04D3E513f17
Octal10614026330115761217727
Binary10001101100000101101101101001101111110101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466016; }

 p { color: rgb(70,96,22); }

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

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

 a { background-color: rgb(70,96,22); }

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

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

 span { border-color: rgb(70,96,22); }

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