Shades of Verdun Green #555B03
Tints of Verdun Green #555B03
RGB
CMYK
RGB Variations
Color information
#555B03 (or 0x555B03) is known color: Verdun Green. HEX triplet: 55, 5B and 03. RGB value is (85,91,3). Sum of RGB (Red+Green+Blue) = 85+91+3=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #555B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555B03 is #AAA4FC. Grayscale: #4F4F4F. Windows color (decimal): -11183357 or 219989. OLE color: 219989.
HSL color Cylindrical-coordinate representation of color #555B03: hue angle of 64.09º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #555B03 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 3 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.64 |
| HSL | 64.09º | 0.94% | 0.18% | - |
| HSV(B) | 64.09º | 0.97% | 0.36% | - |
| XYZ | 7.5 | 9.42 | 1.51 | - |
| YUV | 79.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 3 | 0.07 | 0 | 0.97 | 0.64 | 64.09 | 0.94 | 0.18 |
| Hex | 55 | 5B | 3 | 7 | 0 | 61 | 40 | 40 | 5E | 12 |
| Octal | 125 | 133 | 3 | 7 | 0 | 141 | 100 | 100 | 136 | 22 |
| Binary | 1010101 | 1011011 | 11 | 111 | 0 | 1100001 | 1000000 | 1000000 | 1011110 | 10010 |
Color Harmonies of #555B03
Complementary color
Monochromatic Colors of #555B03
Black with #555B03
Text Example
Text Example
White with #555B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B03; }
p { color: rgb(85,91,3); }
H1.HeaderClassName
{
color: #555B03;
}
.AnyTagClassName
{
color: #555B03;
}
</style>
background-color css
<style>
a { background-color: #555B03; }
a { background-color: rgb(85,91,3); }
div.DivClassName
{
background-color: #555B03;
}
.BgClassName
{
background-color: #555B03;
}
</style>
border-color css
<style>
span { border-color: #555B03; }
span { border-color: rgb(85,91,3); }
td.TdClassName
{
border-color: #555B03;
}
.TagClassName
{
border-color: #555B03;
}
</style>