Shades of Verdun Green #554E04
Tints of Verdun Green #554E04
RGB
CMYK
RGB Variations
Color information
#554E04 (or 0x554E04) is known color: Verdun Green. HEX triplet: 55, 4E and 04. RGB value is (85,78,4). Sum of RGB (Red+Green+Blue) = 85+78+4=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #554E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E04 is #AAB1FB. Grayscale: #474747. Windows color (decimal): -11186684 or 282197. OLE color: 282197.
HSL color Cylindrical-coordinate representation of color #554E04: hue angle of 54.81º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #554E04 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 4 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.67 |
| HSL | 54.81º | 0.91% | 0.17% | - |
| HSV(B) | 54.81º | 0.95% | 0.33% | - |
| XYZ | 6.49 | 7.39 | 1.2 | - |
| YUV | 71.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 4 | 0 | 0.08 | 0.95 | 0.67 | 54.81 | 0.91 | 0.17 |
| Hex | 55 | 4E | 4 | 0 | 8 | 5F | 43 | 37 | 5B | 11 |
| Octal | 125 | 116 | 4 | 0 | 10 | 137 | 103 | 67 | 133 | 21 |
| Binary | 1010101 | 1001110 | 100 | 0 | 1000 | 1011111 | 1000011 | 110111 | 1011011 | 10001 |
Color Harmonies of #554E04
Complementary color
Monochromatic Colors of #554E04
Black with #554E04
Text Example
Text Example
White with #554E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E04; }
p { color: rgb(85,78,4); }
H1.HeaderClassName
{
color: #554E04;
}
.AnyTagClassName
{
color: #554E04;
}
</style>
background-color css
<style>
a { background-color: #554E04; }
a { background-color: rgb(85,78,4); }
div.DivClassName
{
background-color: #554E04;
}
.BgClassName
{
background-color: #554E04;
}
</style>
border-color css
<style>
span { border-color: #554E04; }
span { border-color: rgb(85,78,4); }
td.TdClassName
{
border-color: #554E04;
}
.TagClassName
{
border-color: #554E04;
}
</style>