Shades of Verdun Green #554F00
Tints of Verdun Green #554F00
RGB
CMYK
RGB Variations
Color information
#554F00 (or 0x554F00) is known color: Verdun Green. HEX triplet: 55, 4F and 00. RGB value is (85,79,0). Sum of RGB (Red+Green+Blue) = 85+79+0=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #554F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F00 is #AAB0FF. Grayscale: #484848. Windows color (decimal): -11186432 or 20309. OLE color: 20309.
HSL color Cylindrical-coordinate representation of color #554F00: hue angle of 55.76º 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 #554F00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.67 |
| HSL | 55.76º | 1% | 0.17% | - |
| HSV(B) | 55.76º | 1% | 0.33% | - |
| XYZ | 6.54 | 7.52 | 1.11 | - |
| YUV | 71.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 0 | 0 | 0.07 | 1 | 0.67 | 55.76 | 1 | 0.17 |
| Hex | 55 | 4F | 0 | 0 | 7 | 64 | 43 | 38 | 64 | 11 |
| Octal | 125 | 117 | 0 | 0 | 7 | 144 | 103 | 70 | 144 | 21 |
| Binary | 1010101 | 1001111 | 0 | 0 | 111 | 1100100 | 1000011 | 111000 | 1100100 | 10001 |
Color Harmonies of #554F00
Complementary color
Monochromatic Colors of #554F00
Black with #554F00
Text Example
Text Example
White with #554F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F00; }
p { color: rgb(85,79,0); }
H1.HeaderClassName
{
color: #554F00;
}
.AnyTagClassName
{
color: #554F00;
}
</style>
background-color css
<style>
a { background-color: #554F00; }
a { background-color: rgb(85,79,0); }
div.DivClassName
{
background-color: #554F00;
}
.BgClassName
{
background-color: #554F00;
}
</style>
border-color css
<style>
span { border-color: #554F00; }
span { border-color: rgb(85,79,0); }
td.TdClassName
{
border-color: #554F00;
}
.TagClassName
{
border-color: #554F00;
}
</style>