#405D18

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

Shades of Verdun Green #405D18

Tints of Verdun Green #405D18

Color information

#405D18 (or 0x405D18) is unknown color: approx Verdun Green. HEX triplet: 40, 5D and 18. RGB value is (64,93,24). Sum of RGB (Red+Green+Blue) = 64+93+24=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #405D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D18 is #BFA2E7. Grayscale: #4C4C4C. Windows color (decimal): -12559080 or 1596736. OLE color: 1596736.

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

Color convert

RGB649324-
CMYK0.3100.740.64
HSL85.22º58.97%22.94%-
HSV(B)85.22º74.19%36.47%-
XYZ6.198.982.27-
YUV76.4698.39119.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 93 (36.72% from 255) = 51.38%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=35.36%
G=51.38%
B=13.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493240.3100.740.6485.2258.9722.94
Hex405D181F04A40553b17
Octal100135303701121001257327
Binary100000010111011100011111010010101000000101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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