Shades of Verdun Green #556305
Tints of Verdun Green #556305
RGB
CMYK
RGB Variations
Color information
#556305 (or 0x556305) is known color: Verdun Green. HEX triplet: 55, 63 and 05. RGB value is (85,99,5). Sum of RGB (Red+Green+Blue) = 85+99+5=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #556305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556305 is #AA9CFA. Grayscale: #545454. Windows color (decimal): -11181307 or 353109. OLE color: 353109.
HSL color Cylindrical-coordinate representation of color #556305: hue angle of 68.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #556305 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 5 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.61 |
| HSL | 68.94º | 0.9% | 0.2% | - |
| HSV(B) | 68.94º | 0.95% | 0.39% | - |
| XYZ | 8.24 | 10.87 | 1.81 | - |
| YUV | 84.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 5 | 0.14 | 0 | 0.95 | 0.61 | 68.94 | 0.9 | 0.2 |
| Hex | 55 | 63 | 5 | E | 0 | 5F | 3D | 45 | 5A | 14 |
| Octal | 125 | 143 | 5 | 16 | 0 | 137 | 75 | 105 | 132 | 24 |
| Binary | 1010101 | 1100011 | 101 | 1110 | 0 | 1011111 | 111101 | 1000101 | 1011010 | 10100 |
Color Harmonies of #556305
Complementary color
Monochromatic Colors of #556305
Black with #556305
Text Example
Text Example
White with #556305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556305; }
p { color: rgb(85,99,5); }
H1.HeaderClassName
{
color: #556305;
}
.AnyTagClassName
{
color: #556305;
}
</style>
background-color css
<style>
a { background-color: #556305; }
a { background-color: rgb(85,99,5); }
div.DivClassName
{
background-color: #556305;
}
.BgClassName
{
background-color: #556305;
}
</style>
border-color css
<style>
span { border-color: #556305; }
span { border-color: rgb(85,99,5); }
td.TdClassName
{
border-color: #556305;
}
.TagClassName
{
border-color: #556305;
}
</style>