Shades of Verdun Green #554E00
Tints of Verdun Green #554E00
RGB
CMYK
RGB Variations
Color information
#554E00 (or 0x554E00) is known color: Verdun Green. HEX triplet: 55, 4E and 00. RGB value is (85,78,0). Sum of RGB (Red+Green+Blue) = 85+78+0=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E00 is #AAB1FF. Grayscale: #474747. Windows color (decimal): -11186688 or 20053. OLE color: 20053.
HSL color Cylindrical-coordinate representation of color #554E00: hue angle of 55.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #554E00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.67 |
| HSL | 55.06º | 1% | 0.17% | - |
| HSV(B) | 55.06º | 1% | 0.33% | - |
| XYZ | 6.47 | 7.38 | 1.08 | - |
| YUV | 71.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 0 | 0 | 0.08 | 1 | 0.67 | 55.06 | 1 | 0.17 |
| Hex | 55 | 4E | 0 | 0 | 8 | 64 | 43 | 37 | 64 | 11 |
| Octal | 125 | 116 | 0 | 0 | 10 | 144 | 103 | 67 | 144 | 21 |
| Binary | 1010101 | 1001110 | 0 | 0 | 1000 | 1100100 | 1000011 | 110111 | 1100100 | 10001 |
Color Harmonies of #554E00
Complementary color
Monochromatic Colors of #554E00
Black with #554E00
Text Example
Text Example
White with #554E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E00; }
p { color: rgb(85,78,0); }
H1.HeaderClassName
{
color: #554E00;
}
.AnyTagClassName
{
color: #554E00;
}
</style>
background-color css
<style>
a { background-color: #554E00; }
a { background-color: rgb(85,78,0); }
div.DivClassName
{
background-color: #554E00;
}
.BgClassName
{
background-color: #554E00;
}
</style>
border-color css
<style>
span { border-color: #554E00; }
span { border-color: rgb(85,78,0); }
td.TdClassName
{
border-color: #554E00;
}
.TagClassName
{
border-color: #554E00;
}
</style>