#466D08

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

Shades of Verdun Green #466D08

Tints of Verdun Green #466D08

Color information

#466D08 (or 0x466D08) is unknown color: approx Verdun Green. HEX triplet: 46, 6D and 08. RGB value is (70,109,8). Sum of RGB (Red+Green+Blue) = 70+109+8=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #466D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466D08 is #B992F7. Grayscale: #565656. Windows color (decimal): -12161784 or 552262. OLE color: 552262.

HSL color Cylindrical-coordinate representation of color #466D08: hue angle of 83.17º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #466D08 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB701098-
CMYK0.3600.930.57
HSL83.17º86.32%22.94%-
HSV(B)83.17º92.66%42.75%-
XYZ8.0412.262.17-
YUV85.8284.08116.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 109 (42.97% from 255) = 58.29%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=37.43%
G=58.29%
B=4.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7010980.3600.930.5783.1786.3222.94
Hex466D82405D39535617
Octal106155104401357112312627
Binary100011011011011000100100010111011110011010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466D08; }

 p { color: rgb(70,109,8); }

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

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

 a { background-color: rgb(70,109,8); }

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

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

 span { border-color: rgb(70,109,8); }

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