Shades of Verdun Green #5B600B
Tints of Verdun Green #5B600B
RGB
CMYK
RGB Variations
Color information
#5B600B (or 0x5B600B) is known color: Verdun Green. HEX triplet: 5B, 60 and 0B. RGB value is (91,96,11). Sum of RGB (Red+Green+Blue) = 91+96+11=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #5B600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B600B is #A49FF4. Grayscale: #555555. Windows color (decimal): -10788853 or 745563. OLE color: 745563.
HSL color Cylindrical-coordinate representation of color #5B600B: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B600B is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 11 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.62 |
| HSL | 63.53º | 0.79% | 0.21% | - |
| HSV(B) | 63.53º | 0.89% | 0.38% | - |
| XYZ | 8.56 | 10.61 | 1.91 | - |
| YUV | 84.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 11 | 0.05 | 0 | 0.89 | 0.62 | 63.53 | 0.79 | 0.21 |
| Hex | 5B | 60 | B | 5 | 0 | 59 | 3E | 40 | 4F | 15 |
| Octal | 133 | 140 | 13 | 5 | 0 | 131 | 76 | 100 | 117 | 25 |
| Binary | 1011011 | 1100000 | 1011 | 101 | 0 | 1011001 | 111110 | 1000000 | 1001111 | 10101 |
Color Harmonies of #5B600B
Complementary color
Monochromatic Colors of #5B600B
Black with #5B600B
Text Example
Text Example
White with #5B600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B600B; }
p { color: rgb(91,96,11); }
H1.HeaderClassName
{
color: #5B600B;
}
.AnyTagClassName
{
color: #5B600B;
}
</style>
background-color css
<style>
a { background-color: #5B600B; }
a { background-color: rgb(91,96,11); }
div.DivClassName
{
background-color: #5B600B;
}
.BgClassName
{
background-color: #5B600B;
}
</style>
border-color css
<style>
span { border-color: #5B600B; }
span { border-color: rgb(91,96,11); }
td.TdClassName
{
border-color: #5B600B;
}
.TagClassName
{
border-color: #5B600B;
}
</style>