Shades of Verdun Green #405B09
Tints of Verdun Green #405B09
RGB
CMYK
RGB Variations
Color information
#405B09 (or 0x405B09) is known color: Verdun Green. HEX triplet: 40, 5B and 09. RGB value is (64,91,9). Sum of RGB (Red+Green+Blue) = 64+91+9=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #405B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405B09 is #BFA4F6. Grayscale: #494949. Windows color (decimal): -12559607 or 613184. OLE color: 613184.
HSL color Cylindrical-coordinate representation of color #405B09: hue angle of 79.76º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405B09 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 9 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.64 |
| HSL | 79.76º | 0.82% | 0.2% | - |
| HSV(B) | 79.76º | 0.9% | 0.36% | - |
| XYZ | 5.9 | 8.59 | 1.61 | - |
| YUV | 73.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 9 | 0.30 | 0 | 0.90 | 0.64 | 79.76 | 0.82 | 0.2 |
| Hex | 40 | 5B | 9 | 1E | 0 | 5A | 40 | 50 | 52 | 14 |
| Octal | 100 | 133 | 11 | 36 | 0 | 132 | 100 | 120 | 122 | 24 |
| Binary | 1000000 | 1011011 | 1001 | 11110 | 0 | 1011010 | 1000000 | 1010000 | 1010010 | 10100 |
Color Harmonies of #405B09
Complementary color
Monochromatic Colors of #405B09
Black with #405B09
Text Example
Text Example
White with #405B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B09; }
p { color: rgb(64,91,9); }
H1.HeaderClassName
{
color: #405B09;
}
.AnyTagClassName
{
color: #405B09;
}
</style>
background-color css
<style>
a { background-color: #405B09; }
a { background-color: rgb(64,91,9); }
div.DivClassName
{
background-color: #405B09;
}
.BgClassName
{
background-color: #405B09;
}
</style>
border-color css
<style>
span { border-color: #405B09; }
span { border-color: rgb(64,91,9); }
td.TdClassName
{
border-color: #405B09;
}
.TagClassName
{
border-color: #405B09;
}
</style>