#405D06

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

Shades of Verdun Green #405D06

Tints of Verdun Green #405D06

Color information

#405D06 (or 0x405D06) is unknown color: approx Verdun Green. HEX triplet: 40, 5D and 06. RGB value is (64,93,6). Sum of RGB (Red+Green+Blue) = 64+93+6=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #405D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D06 is #BFA2F9. Grayscale: #4A4A4A. Windows color (decimal): -12559098 or 417088. OLE color: 417088.

HSL color Cylindrical-coordinate representation of color #405D06: hue angle of 80º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #405D06 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB64936-
CMYK0.3100.940.64
HSL80º87.88%19.41%-
HSV(B)80º93.55%36.47%-
XYZ6.068.931.58-
YUV74.4189.39120.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 93 (36.72% from 255) = 57.06%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=39.26%
G=57.06%
B=3.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal649360.3100.940.648087.8819.41
Hex405D61F05E40505813
Octal100135637013610012013023
Binary10000001011101110111110101111010000001010000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,6); }

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

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

 a { background-color: rgb(64,93,6); }

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

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

 span { border-color: rgb(64,93,6); }

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