Shades of Verdun Green #555D00
Tints of Verdun Green #555D00
RGB
CMYK
RGB Variations
Color information
#555D00 (or 0x555D00) is known color: Verdun Green. HEX triplet: 55, 5D and 00. RGB value is (85,93,0). Sum of RGB (Red+Green+Blue) = 85+93+0=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #555D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D00 is #AAA2FF. Grayscale: #505050. Windows color (decimal): -11182848 or 23893. OLE color: 23893.
HSL color Cylindrical-coordinate representation of color #555D00: hue angle of 65.16º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #555D00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.64 |
| HSL | 65.16º | 1% | 0.18% | - |
| HSV(B) | 65.16º | 1% | 0.36% | - |
| XYZ | 7.66 | 9.76 | 1.48 | - |
| YUV | 80.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 0 | 0.09 | 0 | 1 | 0.64 | 65.16 | 1 | 0.18 |
| Hex | 55 | 5D | 0 | 9 | 0 | 64 | 40 | 41 | 64 | 12 |
| Octal | 125 | 135 | 0 | 11 | 0 | 144 | 100 | 101 | 144 | 22 |
| Binary | 1010101 | 1011101 | 0 | 1001 | 0 | 1100100 | 1000000 | 1000001 | 1100100 | 10010 |
Color Harmonies of #555D00
Complementary color
Monochromatic Colors of #555D00
Black with #555D00
Text Example
Text Example
White with #555D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D00; }
p { color: rgb(85,93,0); }
H1.HeaderClassName
{
color: #555D00;
}
.AnyTagClassName
{
color: #555D00;
}
</style>
background-color css
<style>
a { background-color: #555D00; }
a { background-color: rgb(85,93,0); }
div.DivClassName
{
background-color: #555D00;
}
.BgClassName
{
background-color: #555D00;
}
</style>
border-color css
<style>
span { border-color: #555D00; }
span { border-color: rgb(85,93,0); }
td.TdClassName
{
border-color: #555D00;
}
.TagClassName
{
border-color: #555D00;
}
</style>