Shades of Verdun Green #5B5805
Tints of Verdun Green #5B5805
RGB
CMYK
RGB Variations
Color information
#5B5805 (or 0x5B5805) is known color: Verdun Green. HEX triplet: 5B, 58 and 05. RGB value is (91,88,5). Sum of RGB (Red+Green+Blue) = 91+88+5=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5805 is #A4A7FA. Grayscale: #4F4F4F. Windows color (decimal): -10790907 or 350299. OLE color: 350299.
HSL color Cylindrical-coordinate representation of color #5B5805: hue angle of 57.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B5805 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 5 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.64 |
| HSL | 57.91º | 0.9% | 0.19% | - |
| HSV(B) | 57.91º | 0.95% | 0.36% | - |
| XYZ | 7.83 | 9.21 | 1.51 | - |
| YUV | 79.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 5 | 0 | 0.03 | 0.95 | 0.64 | 57.91 | 0.9 | 0.19 |
| Hex | 5B | 58 | 5 | 0 | 3 | 5F | 40 | 3A | 5A | 13 |
| Octal | 133 | 130 | 5 | 0 | 3 | 137 | 100 | 72 | 132 | 23 |
| Binary | 1011011 | 1011000 | 101 | 0 | 11 | 1011111 | 1000000 | 111010 | 1011010 | 10011 |
Color Harmonies of #5B5805
Complementary color
Monochromatic Colors of #5B5805
Black with #5B5805
Text Example
Text Example
White with #5B5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5805; }
p { color: rgb(91,88,5); }
H1.HeaderClassName
{
color: #5B5805;
}
.AnyTagClassName
{
color: #5B5805;
}
</style>
background-color css
<style>
a { background-color: #5B5805; }
a { background-color: rgb(91,88,5); }
div.DivClassName
{
background-color: #5B5805;
}
.BgClassName
{
background-color: #5B5805;
}
</style>
border-color css
<style>
span { border-color: #5B5805; }
span { border-color: rgb(91,88,5); }
td.TdClassName
{
border-color: #5B5805;
}
.TagClassName
{
border-color: #5B5805;
}
</style>