Shades of Verdun Green #555306
Tints of Verdun Green #555306
RGB
CMYK
RGB Variations
Color information
#555306 (or 0x555306) is known color: Verdun Green. HEX triplet: 55, 53 and 06. RGB value is (85,83,6). Sum of RGB (Red+Green+Blue) = 85+83+6=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #555306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555306 is #AAACF9. Grayscale: #4B4B4B. Windows color (decimal): -11185402 or 414549. OLE color: 414549.
HSL color Cylindrical-coordinate representation of color #555306: hue angle of 58.48º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #555306 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 6 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.67 |
| HSL | 58.48º | 0.87% | 0.18% | - |
| HSV(B) | 58.48º | 0.93% | 0.33% | - |
| XYZ | 6.87 | 8.13 | 1.38 | - |
| YUV | 74.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 6 | 0 | 0.02 | 0.93 | 0.67 | 58.48 | 0.87 | 0.18 |
| Hex | 55 | 53 | 6 | 0 | 2 | 5D | 43 | 3A | 57 | 12 |
| Octal | 125 | 123 | 6 | 0 | 2 | 135 | 103 | 72 | 127 | 22 |
| Binary | 1010101 | 1010011 | 110 | 0 | 10 | 1011101 | 1000011 | 111010 | 1010111 | 10010 |
Color Harmonies of #555306
Complementary color
Monochromatic Colors of #555306
Black with #555306
Text Example
Text Example
White with #555306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555306; }
p { color: rgb(85,83,6); }
H1.HeaderClassName
{
color: #555306;
}
.AnyTagClassName
{
color: #555306;
}
</style>
background-color css
<style>
a { background-color: #555306; }
a { background-color: rgb(85,83,6); }
div.DivClassName
{
background-color: #555306;
}
.BgClassName
{
background-color: #555306;
}
</style>
border-color css
<style>
span { border-color: #555306; }
span { border-color: rgb(85,83,6); }
td.TdClassName
{
border-color: #555306;
}
.TagClassName
{
border-color: #555306;
}
</style>