Shades of Verdun Green #555404
Tints of Verdun Green #555404
RGB
CMYK
RGB Variations
Color information
#555404 (or 0x555404) is known color: Verdun Green. HEX triplet: 55, 54 and 04. RGB value is (85,84,4). Sum of RGB (Red+Green+Blue) = 85+84+4=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #555404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555404 is #AAABFB. Grayscale: #4B4B4B. Windows color (decimal): -11185148 or 283733. OLE color: 283733.
HSL color Cylindrical-coordinate representation of color #555404: hue angle of 59.26º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #555404 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 4 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.67 |
| HSL | 59.26º | 0.91% | 0.17% | - |
| HSV(B) | 59.26º | 0.95% | 0.33% | - |
| XYZ | 6.94 | 8.28 | 1.35 | - |
| YUV | 75.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 4 | 0 | 0.01 | 0.95 | 0.67 | 59.26 | 0.91 | 0.17 |
| Hex | 55 | 54 | 4 | 0 | 1 | 5F | 43 | 3B | 5B | 11 |
| Octal | 125 | 124 | 4 | 0 | 1 | 137 | 103 | 73 | 133 | 21 |
| Binary | 1010101 | 1010100 | 100 | 0 | 1 | 1011111 | 1000011 | 111011 | 1011011 | 10001 |
Color Harmonies of #555404
Complementary color
Monochromatic Colors of #555404
Black with #555404
Text Example
Text Example
White with #555404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555404; }
p { color: rgb(85,84,4); }
H1.HeaderClassName
{
color: #555404;
}
.AnyTagClassName
{
color: #555404;
}
</style>
background-color css
<style>
a { background-color: #555404; }
a { background-color: rgb(85,84,4); }
div.DivClassName
{
background-color: #555404;
}
.BgClassName
{
background-color: #555404;
}
</style>
border-color css
<style>
span { border-color: #555404; }
span { border-color: rgb(85,84,4); }
td.TdClassName
{
border-color: #555404;
}
.TagClassName
{
border-color: #555404;
}
</style>