#405F11

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

Shades of Verdun Green #405F11

Tints of Verdun Green #405F11

Color information

#405F11 (or 0x405F11) is unknown color: approx Verdun Green. HEX triplet: 40, 5F and 11. RGB value is (64,95,17). Sum of RGB (Red+Green+Blue) = 64+95+17=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #405F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F11 is #BFA0EE. Grayscale: #4D4D4D. Windows color (decimal): -12558575 or 1138496. OLE color: 1138496.

HSL color Cylindrical-coordinate representation of color #405F11: hue angle of 83.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #405F11 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB649517-
CMYK0.3300.820.63
HSL83.85º69.64%21.96%-
HSV(B)83.85º82.11%37.25%-
XYZ6.319.312-
YUV76.8494.23118.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 95 (37.5% from 255) = 53.98%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=36.36%
G=53.98%
B=9.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495170.3300.820.6383.8569.6421.96
Hex405F11210523F544616
Octal100137214101227712410626
Binary1000000101111110001100001010100101111111010100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,17); }

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

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

 a { background-color: rgb(64,95,17); }

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

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

 span { border-color: rgb(64,95,17); }

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