#466206

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

Shades of Verdun Green #466206

Tints of Verdun Green #466206

Color information

#466206 (or 0x466206) is unknown color: approx Verdun Green. HEX triplet: 46, 62 and 06. RGB value is (70,98,6). Sum of RGB (Red+Green+Blue) = 70+98+6=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #466206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466206 is #B99DF9. Grayscale: #4F4F4F. Windows color (decimal): -12164602 or 418374. OLE color: 418374.

HSL color Cylindrical-coordinate representation of color #466206: hue angle of 78.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #466206 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB70986-
CMYK0.2900.940.62
HSL78.26º88.46%20.39%-
HSV(B)78.26º93.88%38.43%-
XYZ6.9310.051.75-
YUV79.1486.72121.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 98 (38.67% from 255) = 56.32%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=40.23%
G=56.32%
B=3.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709860.2900.940.6278.2688.4620.39
Hex466261D05E3E4e5814
Octal10614263501367611613024
Binary1000110110001011011101010111101111101001110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466206; }

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

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

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

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

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

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

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

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