#405E09

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

Shades of Verdun Green #405E09

Tints of Verdun Green #405E09

Color information

#405E09 (or 0x405E09) is unknown color: approx Verdun Green. HEX triplet: 40, 5E and 09. RGB value is (64,94,9). Sum of RGB (Red+Green+Blue) = 64+94+9=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 94 (37.11% from 255 or 56.29% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 94 - color contains mainly: green. Hex color #405E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405E09 is #BFA1F6. Grayscale: #4B4B4B. Windows color (decimal): -12558839 or 613952. OLE color: 613952.

HSL color Cylindrical-coordinate representation of color #405E09: hue angle of 81.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405E09 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB64949-
CMYK0.3200.900.63
HSL81.18º82.52%20.2%-
HSV(B)81.18º90.43%36.86%-
XYZ6.179.121.69-
YUV75.3490.56119.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 94 (37.11% from 255) = 56.29%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=38.32%
G=56.29%
B=5.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal649490.3200.900.6381.1882.5220.2
Hex405E92005A3F515314
Octal100136114001327712112324
Binary100000010111101001100000010110101111111010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405E09; }

 p { color: rgb(64,94,9); }

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

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

 a { background-color: rgb(64,94,9); }

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

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

 span { border-color: rgb(64,94,9); }

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