Shades of Verdun Green #55600B
Tints of Verdun Green #55600B
RGB
CMYK
RGB Variations
Color information
#55600B (or 0x55600B) is known color: Verdun Green. HEX triplet: 55, 60 and 0B. RGB value is (85,96,11). Sum of RGB (Red+Green+Blue) = 85+96+11=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #55600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55600B is #AA9FF4. Grayscale: #535353. Windows color (decimal): -11182069 or 745557. OLE color: 745557.
HSL color Cylindrical-coordinate representation of color #55600B: hue angle of 67.76º 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 #55600B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 11 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.62 |
| HSL | 67.76º | 0.79% | 0.21% | - |
| HSV(B) | 67.76º | 0.89% | 0.38% | - |
| XYZ | 7.99 | 10.32 | 1.89 | - |
| YUV | 83.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 11 | 0.11 | 0 | 0.89 | 0.62 | 67.76 | 0.79 | 0.21 |
| Hex | 55 | 60 | B | B | 0 | 59 | 3E | 44 | 4F | 15 |
| Octal | 125 | 140 | 13 | 13 | 0 | 131 | 76 | 104 | 117 | 25 |
| Binary | 1010101 | 1100000 | 1011 | 1011 | 0 | 1011001 | 111110 | 1000100 | 1001111 | 10101 |
Color Harmonies of #55600B
Complementary color
Monochromatic Colors of #55600B
Black with #55600B
Text Example
Text Example
White with #55600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55600B; }
p { color: rgb(85,96,11); }
H1.HeaderClassName
{
color: #55600B;
}
.AnyTagClassName
{
color: #55600B;
}
</style>
background-color css
<style>
a { background-color: #55600B; }
a { background-color: rgb(85,96,11); }
div.DivClassName
{
background-color: #55600B;
}
.BgClassName
{
background-color: #55600B;
}
</style>
border-color css
<style>
span { border-color: #55600B; }
span { border-color: rgb(85,96,11); }
td.TdClassName
{
border-color: #55600B;
}
.TagClassName
{
border-color: #55600B;
}
</style>