#466C06

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

Shades of Verdun Green #466C06

Tints of Verdun Green #466C06

Color information

#466C06 (or 0x466C06) is unknown color: approx Verdun Green. HEX triplet: 46, 6C and 06. RGB value is (70,108,6). Sum of RGB (Red+Green+Blue) = 70+108+6=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #466C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466C06 is #B993F9. Grayscale: #555555. Windows color (decimal): -12162042 or 420934. OLE color: 420934.

HSL color Cylindrical-coordinate representation of color #466C06: hue angle of 82.35º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #466C06 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB701086-
CMYK0.3500.940.58
HSL82.35º89.47%22.35%-
HSV(B)82.35º94.44%42.35%-
XYZ7.9212.042.08-
YUV85.0183.41117.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 108 (42.58% from 255) = 58.70%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=38.04%
G=58.70%
B=3.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7010860.3500.940.5882.3589.4722.35
Hex466C62305E3A525916
Octal10615464301367212213126
Binary10001101101100110100011010111101110101010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,108,6); }

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

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

 a { background-color: rgb(70,108,6); }

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

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

 span { border-color: rgb(70,108,6); }

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