Shades of Verdun Green #555F14
Tints of Verdun Green #555F14
RGB
CMYK
RGB Variations
Color information
#555F14 (or 0x555F14) is known color: Verdun Green. HEX triplet: 55, 5F and 14. RGB value is (85,95,20). Sum of RGB (Red+Green+Blue) = 85+95+20=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #555F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F14 is #AAA0EB. Grayscale: #535353. Windows color (decimal): -11182316 or 1335125. OLE color: 1335125.
HSL color Cylindrical-coordinate representation of color #555F14: hue angle of 68º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555F14 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 20 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.63 |
| HSL | 68º | 0.65% | 0.23% | - |
| HSV(B) | 68º | 0.79% | 0.37% | - |
| XYZ | 7.96 | 10.17 | 2.2 | - |
| YUV | 83.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 20 | 0.11 | 0 | 0.79 | 0.63 | 68 | 0.65 | 0.23 |
| Hex | 55 | 5F | 14 | B | 0 | 4F | 3F | 44 | 41 | 17 |
| Octal | 125 | 137 | 24 | 13 | 0 | 117 | 77 | 104 | 101 | 27 |
| Binary | 1010101 | 1011111 | 10100 | 1011 | 0 | 1001111 | 111111 | 1000100 | 1000001 | 10111 |
Color Harmonies of #555F14
Complementary color
Monochromatic Colors of #555F14
Black with #555F14
Text Example
Text Example
White with #555F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F14; }
p { color: rgb(85,95,20); }
H1.HeaderClassName
{
color: #555F14;
}
.AnyTagClassName
{
color: #555F14;
}
</style>
background-color css
<style>
a { background-color: #555F14; }
a { background-color: rgb(85,95,20); }
div.DivClassName
{
background-color: #555F14;
}
.BgClassName
{
background-color: #555F14;
}
</style>
border-color css
<style>
span { border-color: #555F14; }
span { border-color: rgb(85,95,20); }
td.TdClassName
{
border-color: #555F14;
}
.TagClassName
{
border-color: #555F14;
}
</style>