Shades of Verdun Green #554F08
Tints of Verdun Green #554F08
RGB
CMYK
RGB Variations
Color information
#554F08 (or 0x554F08) is known color: Verdun Green. HEX triplet: 55, 4F and 08. RGB value is (85,79,8). Sum of RGB (Red+Green+Blue) = 85+79+8=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #554F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F08 is #AAB0F7. Grayscale: #484848. Windows color (decimal): -11186424 or 544597. OLE color: 544597.
HSL color Cylindrical-coordinate representation of color #554F08: hue angle of 55.32º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #554F08 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 8 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.67 |
| HSL | 55.32º | 0.83% | 0.18% | - |
| HSV(B) | 55.32º | 0.91% | 0.33% | - |
| XYZ | 6.59 | 7.54 | 1.34 | - |
| YUV | 72.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 8 | 0 | 0.07 | 0.91 | 0.67 | 55.32 | 0.83 | 0.18 |
| Hex | 55 | 4F | 8 | 0 | 7 | 5B | 43 | 37 | 53 | 12 |
| Octal | 125 | 117 | 10 | 0 | 7 | 133 | 103 | 67 | 123 | 22 |
| Binary | 1010101 | 1001111 | 1000 | 0 | 111 | 1011011 | 1000011 | 110111 | 1010011 | 10010 |
Color Harmonies of #554F08
Complementary color
Monochromatic Colors of #554F08
Black with #554F08
Text Example
Text Example
White with #554F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F08; }
p { color: rgb(85,79,8); }
H1.HeaderClassName
{
color: #554F08;
}
.AnyTagClassName
{
color: #554F08;
}
</style>
background-color css
<style>
a { background-color: #554F08; }
a { background-color: rgb(85,79,8); }
div.DivClassName
{
background-color: #554F08;
}
.BgClassName
{
background-color: #554F08;
}
</style>
border-color css
<style>
span { border-color: #554F08; }
span { border-color: rgb(85,79,8); }
td.TdClassName
{
border-color: #554F08;
}
.TagClassName
{
border-color: #554F08;
}
</style>