Shades of Verdun Green #5B6006
Tints of Verdun Green #5B6006
RGB
CMYK
RGB Variations
Color information
#5B6006 (or 0x5B6006) is known color: Verdun Green. HEX triplet: 5B, 60 and 06. RGB value is (91,96,6). Sum of RGB (Red+Green+Blue) = 91+96+6=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6006 is #A49FF9. Grayscale: #545454. Windows color (decimal): -10788858 or 417883. OLE color: 417883.
HSL color Cylindrical-coordinate representation of color #5B6006: hue angle of 63.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B6006 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 6 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.62 |
| HSL | 63.33º | 0.88% | 0.2% | - |
| HSV(B) | 63.33º | 0.94% | 0.38% | - |
| XYZ | 8.53 | 10.6 | 1.77 | - |
| YUV | 84.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 6 | 0.05 | 0 | 0.94 | 0.62 | 63.33 | 0.88 | 0.2 |
| Hex | 5B | 60 | 6 | 5 | 0 | 5E | 3E | 3F | 58 | 14 |
| Octal | 133 | 140 | 6 | 5 | 0 | 136 | 76 | 77 | 130 | 24 |
| Binary | 1011011 | 1100000 | 110 | 101 | 0 | 1011110 | 111110 | 111111 | 1011000 | 10100 |
Color Harmonies of #5B6006
Complementary color
Monochromatic Colors of #5B6006
Black with #5B6006
Text Example
Text Example
White with #5B6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6006; }
p { color: rgb(91,96,6); }
H1.HeaderClassName
{
color: #5B6006;
}
.AnyTagClassName
{
color: #5B6006;
}
</style>
background-color css
<style>
a { background-color: #5B6006; }
a { background-color: rgb(91,96,6); }
div.DivClassName
{
background-color: #5B6006;
}
.BgClassName
{
background-color: #5B6006;
}
</style>
border-color css
<style>
span { border-color: #5B6006; }
span { border-color: rgb(91,96,6); }
td.TdClassName
{
border-color: #5B6006;
}
.TagClassName
{
border-color: #5B6006;
}
</style>