Shades of Verdun Green #555B01
Tints of Verdun Green #555B01
RGB
CMYK
RGB Variations
Color information
#555B01 (or 0x555B01) is known color: Verdun Green. HEX triplet: 55, 5B and 01. RGB value is (85,91,1). Sum of RGB (Red+Green+Blue) = 85+91+1=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #555B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555B01 is #AAA4FE. Grayscale: #4F4F4F. Windows color (decimal): -11183359 or 88917. OLE color: 88917.
HSL color Cylindrical-coordinate representation of color #555B01: hue angle of 64º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #555B01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.64 |
| HSL | 64º | 0.98% | 0.18% | - |
| HSV(B) | 64º | 0.99% | 0.36% | - |
| XYZ | 7.49 | 9.42 | 1.45 | - |
| YUV | 78.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 1 | 0.07 | 0 | 0.99 | 0.64 | 64 | 0.98 | 0.18 |
| Hex | 55 | 5B | 1 | 7 | 0 | 63 | 40 | 40 | 62 | 12 |
| Octal | 125 | 133 | 1 | 7 | 0 | 143 | 100 | 100 | 142 | 22 |
| Binary | 1010101 | 1011011 | 1 | 111 | 0 | 1100011 | 1000000 | 1000000 | 1100010 | 10010 |
Color Harmonies of #555B01
Complementary color
Monochromatic Colors of #555B01
Black with #555B01
Text Example
Text Example
White with #555B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B01; }
p { color: rgb(85,91,1); }
H1.HeaderClassName
{
color: #555B01;
}
.AnyTagClassName
{
color: #555B01;
}
</style>
background-color css
<style>
a { background-color: #555B01; }
a { background-color: rgb(85,91,1); }
div.DivClassName
{
background-color: #555B01;
}
.BgClassName
{
background-color: #555B01;
}
</style>
border-color css
<style>
span { border-color: #555B01; }
span { border-color: rgb(85,91,1); }
td.TdClassName
{
border-color: #555B01;
}
.TagClassName
{
border-color: #555B01;
}
</style>