Shades of Verdun Green #405504
Tints of Verdun Green #405504
RGB
CMYK
RGB Variations
Color information
#405504 (or 0x405504) is known color: Verdun Green. HEX triplet: 40, 55 and 04. RGB value is (64,85,4). Sum of RGB (Red+Green+Blue) = 64+85+4=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #405504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405504 is #BFAAFB. Grayscale: #454545. Windows color (decimal): -12561148 or 283968. OLE color: 283968.
HSL color Cylindrical-coordinate representation of color #405504: hue angle of 75.56º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #405504 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 4 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.67 |
| HSL | 75.56º | 0.91% | 0.17% | - |
| HSV(B) | 75.56º | 0.95% | 0.33% | - |
| XYZ | 5.38 | 7.6 | 1.3 | - |
| YUV | 69.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 4 | 0.25 | 0 | 0.95 | 0.67 | 75.56 | 0.91 | 0.17 |
| Hex | 40 | 55 | 4 | 19 | 0 | 5F | 43 | 4C | 5B | 11 |
| Octal | 100 | 125 | 4 | 31 | 0 | 137 | 103 | 114 | 133 | 21 |
| Binary | 1000000 | 1010101 | 100 | 11001 | 0 | 1011111 | 1000011 | 1001100 | 1011011 | 10001 |
Color Harmonies of #405504
Complementary color
Monochromatic Colors of #405504
Black with #405504
Text Example
Text Example
White with #405504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405504; }
p { color: rgb(64,85,4); }
H1.HeaderClassName
{
color: #405504;
}
.AnyTagClassName
{
color: #405504;
}
</style>
background-color css
<style>
a { background-color: #405504; }
a { background-color: rgb(64,85,4); }
div.DivClassName
{
background-color: #405504;
}
.BgClassName
{
background-color: #405504;
}
</style>
border-color css
<style>
span { border-color: #405504; }
span { border-color: rgb(64,85,4); }
td.TdClassName
{
border-color: #405504;
}
.TagClassName
{
border-color: #405504;
}
</style>