Shades of Verdun Green #555004
Tints of Verdun Green #555004
RGB
CMYK
RGB Variations
Color information
#555004 (or 0x555004) is known color: Verdun Green. HEX triplet: 55, 50 and 04. RGB value is (85,80,4). Sum of RGB (Red+Green+Blue) = 85+80+4=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #555004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555004 is #AAAFFB. Grayscale: #494949. Windows color (decimal): -11186172 or 282709. OLE color: 282709.
HSL color Cylindrical-coordinate representation of color #555004: hue angle of 56.3º 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 #555004 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 4 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.67 |
| HSL | 56.3º | 0.91% | 0.17% | - |
| HSV(B) | 56.3º | 0.95% | 0.33% | - |
| XYZ | 6.64 | 7.68 | 1.25 | - |
| YUV | 72.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 4 | 0 | 0.06 | 0.95 | 0.67 | 56.3 | 0.91 | 0.17 |
| Hex | 55 | 50 | 4 | 0 | 6 | 5F | 43 | 38 | 5B | 11 |
| Octal | 125 | 120 | 4 | 0 | 6 | 137 | 103 | 70 | 133 | 21 |
| Binary | 1010101 | 1010000 | 100 | 0 | 110 | 1011111 | 1000011 | 111000 | 1011011 | 10001 |
Color Harmonies of #555004
Complementary color
Monochromatic Colors of #555004
Black with #555004
Text Example
Text Example
White with #555004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555004; }
p { color: rgb(85,80,4); }
H1.HeaderClassName
{
color: #555004;
}
.AnyTagClassName
{
color: #555004;
}
</style>
background-color css
<style>
a { background-color: #555004; }
a { background-color: rgb(85,80,4); }
div.DivClassName
{
background-color: #555004;
}
.BgClassName
{
background-color: #555004;
}
</style>
border-color css
<style>
span { border-color: #555004; }
span { border-color: rgb(85,80,4); }
td.TdClassName
{
border-color: #555004;
}
.TagClassName
{
border-color: #555004;
}
</style>