Shades of Verdun Green #555E14
Tints of Verdun Green #555E14
RGB
CMYK
RGB Variations
Color information
#555E14 (or 0x555E14) is known color: Verdun Green. HEX triplet: 55, 5E and 14. RGB value is (85,94,20). Sum of RGB (Red+Green+Blue) = 85+94+20=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #555E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555E14 is #AAA1EB. Grayscale: #535353. Windows color (decimal): -11182572 or 1334869. OLE color: 1334869.
HSL color Cylindrical-coordinate representation of color #555E14: hue angle of 67.3º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555E14 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 20 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.63 |
| HSL | 67.3º | 0.65% | 0.22% | - |
| HSV(B) | 67.3º | 0.79% | 0.37% | - |
| XYZ | 7.88 | 9.99 | 2.17 | - |
| YUV | 82.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 20 | 0.10 | 0 | 0.79 | 0.63 | 67.3 | 0.65 | 0.22 |
| Hex | 55 | 5E | 14 | A | 0 | 4F | 3F | 43 | 41 | 16 |
| Octal | 125 | 136 | 24 | 12 | 0 | 117 | 77 | 103 | 101 | 26 |
| Binary | 1010101 | 1011110 | 10100 | 1010 | 0 | 1001111 | 111111 | 1000011 | 1000001 | 10110 |
Color Harmonies of #555E14
Complementary color
Monochromatic Colors of #555E14
Black with #555E14
Text Example
Text Example
White with #555E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E14; }
p { color: rgb(85,94,20); }
H1.HeaderClassName
{
color: #555E14;
}
.AnyTagClassName
{
color: #555E14;
}
</style>
background-color css
<style>
a { background-color: #555E14; }
a { background-color: rgb(85,94,20); }
div.DivClassName
{
background-color: #555E14;
}
.BgClassName
{
background-color: #555E14;
}
</style>
border-color css
<style>
span { border-color: #555E14; }
span { border-color: rgb(85,94,20); }
td.TdClassName
{
border-color: #555E14;
}
.TagClassName
{
border-color: #555E14;
}
</style>