#406205

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

Shades of Verdun Green #406205

Tints of Verdun Green #406205

Color information

#406205 (or 0x406205) is unknown color: approx Verdun Green. HEX triplet: 40, 62 and 05. RGB value is (64,98,5). Sum of RGB (Red+Green+Blue) = 64+98+5=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #406205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406205 is #BF9DFA. Grayscale: #4D4D4D. Windows color (decimal): -12557819 or 352832. OLE color: 352832.

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

Color convert

RGB64985-
CMYK0.3500.950.62
HSL81.94º90.29%20.2%-
HSV(B)81.94º94.9%38.43%-
XYZ6.519.841.7-
YUV77.2387.24118.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=38.32%
G=58.68%
B=2.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649850.3500.950.6281.9490.2920.2
Hex406252305F3E525a14
Octal10014254301377612213224
Binary10000001100010101100011010111111111101010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406205; }

 p { color: rgb(64,98,5); }

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

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

 a { background-color: rgb(64,98,5); }

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

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

 span { border-color: rgb(64,98,5); }

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