#466116

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

Shades of Verdun Green #466116

Tints of Verdun Green #466116

Color information

#466116 (or 0x466116) is unknown color: approx Verdun Green. HEX triplet: 46, 61 and 16. RGB value is (70,97,22). Sum of RGB (Red+Green+Blue) = 70+97+22=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #466116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466116 is #B99EE9. Grayscale: #505050. Windows color (decimal): -12164842 or 1466694. OLE color: 1466694.

HSL color Cylindrical-coordinate representation of color #466116: hue angle of 81.6º 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 #466116 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB709722-
CMYK0.2800.770.62
HSL81.6º63.03%23.33%-
HSV(B)81.6º77.32%38.04%-
XYZ6.959.912.31-
YUV80.3895.05120.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=37.04%
G=51.32%
B=11.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097220.2800.770.6281.663.0323.33
Hex4661161C04D3E523f17
Octal10614126340115761227727
Binary10001101100001101101110001001101111110101001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466116; }

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

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

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

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

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

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

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

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