Shades of Verdun Green #555D14
Tints of Verdun Green #555D14
RGB
CMYK
RGB Variations
Color information
#555D14 (or 0x555D14) is known color: Verdun Green. HEX triplet: 55, 5D and 14. RGB value is (85,93,20). Sum of RGB (Red+Green+Blue) = 85+93+20=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #555D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D14 is #AAA2EB. Grayscale: #525252. Windows color (decimal): -11182828 or 1334613. OLE color: 1334613.
HSL color Cylindrical-coordinate representation of color #555D14: hue angle of 66.58º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #555D14 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 20 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.64 |
| HSL | 66.58º | 0.65% | 0.22% | - |
| HSV(B) | 66.58º | 0.78% | 0.36% | - |
| XYZ | 7.79 | 9.81 | 2.15 | - |
| YUV | 82.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 20 | 0.09 | 0 | 0.78 | 0.64 | 66.58 | 0.65 | 0.22 |
| Hex | 55 | 5D | 14 | 9 | 0 | 4E | 40 | 43 | 41 | 16 |
| Octal | 125 | 135 | 24 | 11 | 0 | 116 | 100 | 103 | 101 | 26 |
| Binary | 1010101 | 1011101 | 10100 | 1001 | 0 | 1001110 | 1000000 | 1000011 | 1000001 | 10110 |
Color Harmonies of #555D14
Complementary color
Monochromatic Colors of #555D14
Black with #555D14
Text Example
Text Example
White with #555D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D14; }
p { color: rgb(85,93,20); }
H1.HeaderClassName
{
color: #555D14;
}
.AnyTagClassName
{
color: #555D14;
}
</style>
background-color css
<style>
a { background-color: #555D14; }
a { background-color: rgb(85,93,20); }
div.DivClassName
{
background-color: #555D14;
}
.BgClassName
{
background-color: #555D14;
}
</style>
border-color css
<style>
span { border-color: #555D14; }
span { border-color: rgb(85,93,20); }
td.TdClassName
{
border-color: #555D14;
}
.TagClassName
{
border-color: #555D14;
}
</style>