Shades of Verdun Green #5B5907
Tints of Verdun Green #5B5907
RGB
CMYK
RGB Variations
Color information
#5B5907 (or 0x5B5907) is known color: Verdun Green. HEX triplet: 5B, 59 and 07. RGB value is (91,89,7). Sum of RGB (Red+Green+Blue) = 91+89+7=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5907 is #A4A6F8. Grayscale: #505050. Windows color (decimal): -10790649 or 481627. OLE color: 481627.
HSL color Cylindrical-coordinate representation of color #5B5907: hue angle of 58.57º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B5907 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 7 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.64 |
| HSL | 58.57º | 0.86% | 0.19% | - |
| HSV(B) | 58.57º | 0.92% | 0.36% | - |
| XYZ | 7.93 | 9.38 | 1.59 | - |
| YUV | 80.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 7 | 0 | 0.02 | 0.92 | 0.64 | 58.57 | 0.86 | 0.19 |
| Hex | 5B | 59 | 7 | 0 | 2 | 5C | 40 | 3B | 56 | 13 |
| Octal | 133 | 131 | 7 | 0 | 2 | 134 | 100 | 73 | 126 | 23 |
| Binary | 1011011 | 1011001 | 111 | 0 | 10 | 1011100 | 1000000 | 111011 | 1010110 | 10011 |
Color Harmonies of #5B5907
Complementary color
Monochromatic Colors of #5B5907
Black with #5B5907
Text Example
Text Example
White with #5B5907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5907; }
p { color: rgb(91,89,7); }
H1.HeaderClassName
{
color: #5B5907;
}
.AnyTagClassName
{
color: #5B5907;
}
</style>
background-color css
<style>
a { background-color: #5B5907; }
a { background-color: rgb(91,89,7); }
div.DivClassName
{
background-color: #5B5907;
}
.BgClassName
{
background-color: #5B5907;
}
</style>
border-color css
<style>
span { border-color: #5B5907; }
span { border-color: rgb(91,89,7); }
td.TdClassName
{
border-color: #5B5907;
}
.TagClassName
{
border-color: #5B5907;
}
</style>