Shades of Verdun Green #405508
Tints of Verdun Green #405508
RGB
CMYK
RGB Variations
Color information
#405508 (or 0x405508) is known color: Verdun Green. HEX triplet: 40, 55 and 08. RGB value is (64,85,8). Sum of RGB (Red+Green+Blue) = 64+85+8=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #405508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405508 is #BFAAF7. Grayscale: #464646. Windows color (decimal): -12561144 or 546112. OLE color: 546112.
HSL color Cylindrical-coordinate representation of color #405508: hue angle of 76.36º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #405508 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 8 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.67 |
| HSL | 76.36º | 0.83% | 0.18% | - |
| HSV(B) | 76.36º | 0.91% | 0.33% | - |
| XYZ | 5.41 | 7.6 | 1.41 | - |
| YUV | 69.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 8 | 0.25 | 0 | 0.91 | 0.67 | 76.36 | 0.83 | 0.18 |
| Hex | 40 | 55 | 8 | 19 | 0 | 5B | 43 | 4C | 53 | 12 |
| Octal | 100 | 125 | 10 | 31 | 0 | 133 | 103 | 114 | 123 | 22 |
| Binary | 1000000 | 1010101 | 1000 | 11001 | 0 | 1011011 | 1000011 | 1001100 | 1010011 | 10010 |
Color Harmonies of #405508
Complementary color
Monochromatic Colors of #405508
Black with #405508
Text Example
Text Example
White with #405508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405508; }
p { color: rgb(64,85,8); }
H1.HeaderClassName
{
color: #405508;
}
.AnyTagClassName
{
color: #405508;
}
</style>
background-color css
<style>
a { background-color: #405508; }
a { background-color: rgb(64,85,8); }
div.DivClassName
{
background-color: #405508;
}
.BgClassName
{
background-color: #405508;
}
</style>
border-color css
<style>
span { border-color: #405508; }
span { border-color: rgb(64,85,8); }
td.TdClassName
{
border-color: #405508;
}
.TagClassName
{
border-color: #405508;
}
</style>