#405917

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

Shades of Verdun Green #405917

Tints of Verdun Green #405917

Color information

#405917 (or 0x405917) is unknown color: approx Verdun Green. HEX triplet: 40, 59 and 17. RGB value is (64,89,23). Sum of RGB (Red+Green+Blue) = 64+89+23=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #405917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405917 is #BFA6E8. Grayscale: #4A4A4A. Windows color (decimal): -12560105 or 1530176. OLE color: 1530176.

HSL color Cylindrical-coordinate representation of color #405917: hue angle of 82.73º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405917 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB648923-
CMYK0.2800.740.65
HSL82.73º58.93%21.96%-
HSV(B)82.73º74.16%34.9%-
XYZ5.848.32.1-
YUV7499.22120.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 50.57%
BLUE value IS 23 (9.38% from 255) = 13.07%
R=36.36%
G=50.57%
B=13.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489230.2800.740.6582.7358.9321.96
Hex4059171C04A41533b16
Octal100131273401121011237326
Binary100000010110011011111100010010101000001101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405917; }

 p { color: rgb(64,89,23); }

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

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

 a { background-color: rgb(64,89,23); }

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

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

 span { border-color: rgb(64,89,23); }

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