Shades of Verdun Green #556301
Tints of Verdun Green #556301
RGB
CMYK
RGB Variations
Color information
#556301 (or 0x556301) is known color: Verdun Green. HEX triplet: 55, 63 and 01. RGB value is (85,99,1). Sum of RGB (Red+Green+Blue) = 85+99+1=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #556301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556301 is #AA9CFE. Grayscale: #545454. Windows color (decimal): -11181311 or 90965. OLE color: 90965.
HSL color Cylindrical-coordinate representation of color #556301: hue angle of 68.57º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #556301 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.61 |
| HSL | 68.57º | 0.98% | 0.2% | - |
| HSV(B) | 68.57º | 0.99% | 0.39% | - |
| XYZ | 8.21 | 10.86 | 1.69 | - |
| YUV | 83.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 1 | 0.14 | 0 | 0.99 | 0.61 | 68.57 | 0.98 | 0.2 |
| Hex | 55 | 63 | 1 | E | 0 | 63 | 3D | 45 | 62 | 14 |
| Octal | 125 | 143 | 1 | 16 | 0 | 143 | 75 | 105 | 142 | 24 |
| Binary | 1010101 | 1100011 | 1 | 1110 | 0 | 1100011 | 111101 | 1000101 | 1100010 | 10100 |
Color Harmonies of #556301
Complementary color
Monochromatic Colors of #556301
Black with #556301
Text Example
Text Example
White with #556301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556301; }
p { color: rgb(85,99,1); }
H1.HeaderClassName
{
color: #556301;
}
.AnyTagClassName
{
color: #556301;
}
</style>
background-color css
<style>
a { background-color: #556301; }
a { background-color: rgb(85,99,1); }
div.DivClassName
{
background-color: #556301;
}
.BgClassName
{
background-color: #556301;
}
</style>
border-color css
<style>
span { border-color: #556301; }
span { border-color: rgb(85,99,1); }
td.TdClassName
{
border-color: #556301;
}
.TagClassName
{
border-color: #556301;
}
</style>