Shades of Verdun Green #405507
Tints of Verdun Green #405507
RGB
CMYK
RGB Variations
Color information
#405507 (or 0x405507) is known color: Verdun Green. HEX triplet: 40, 55 and 07. RGB value is (64,85,7). Sum of RGB (Red+Green+Blue) = 64+85+7=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #405507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405507 is #BFAAF8. Grayscale: #464646. Windows color (decimal): -12561145 or 480576. OLE color: 480576.
HSL color Cylindrical-coordinate representation of color #405507: hue angle of 76.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #405507 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 7 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.67 |
| HSL | 76.15º | 0.85% | 0.18% | - |
| HSV(B) | 76.15º | 0.92% | 0.33% | - |
| XYZ | 5.4 | 7.6 | 1.38 | - |
| YUV | 69.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 7 | 0.25 | 0 | 0.92 | 0.67 | 76.15 | 0.85 | 0.18 |
| Hex | 40 | 55 | 7 | 19 | 0 | 5C | 43 | 4C | 55 | 12 |
| Octal | 100 | 125 | 7 | 31 | 0 | 134 | 103 | 114 | 125 | 22 |
| Binary | 1000000 | 1010101 | 111 | 11001 | 0 | 1011100 | 1000011 | 1001100 | 1010101 | 10010 |
Color Harmonies of #405507
Complementary color
Monochromatic Colors of #405507
Black with #405507
Text Example
Text Example
White with #405507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405507; }
p { color: rgb(64,85,7); }
H1.HeaderClassName
{
color: #405507;
}
.AnyTagClassName
{
color: #405507;
}
</style>
background-color css
<style>
a { background-color: #405507; }
a { background-color: rgb(64,85,7); }
div.DivClassName
{
background-color: #405507;
}
.BgClassName
{
background-color: #405507;
}
</style>
border-color css
<style>
span { border-color: #405507; }
span { border-color: rgb(64,85,7); }
td.TdClassName
{
border-color: #405507;
}
.TagClassName
{
border-color: #405507;
}
</style>