Shades of Verdun Green #54590F
Tints of Verdun Green #54590F
RGB
CMYK
RGB Variations
Color information
#54590F (or 0x54590F) is known color: Verdun Green. HEX triplet: 54, 59 and 0F. RGB value is (84,89,15). Sum of RGB (Red+Green+Blue) = 84+89+15=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #54590F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54590F is #ABA6F0. Grayscale: #4F4F4F. Windows color (decimal): -11249393 or 1005908. OLE color: 1005908.
HSL color Cylindrical-coordinate representation of color #54590F: hue angle of 64.05º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54590F is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 15 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.65 |
| HSL | 64.05º | 0.71% | 0.2% | - |
| HSV(B) | 64.05º | 0.83% | 0.35% | - |
| XYZ | 7.31 | 9.06 | 1.82 | - |
| YUV | 79.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 15 | 0.06 | 0 | 0.83 | 0.65 | 64.05 | 0.71 | 0.2 |
| Hex | 54 | 59 | F | 6 | 0 | 53 | 41 | 40 | 47 | 14 |
| Octal | 124 | 131 | 17 | 6 | 0 | 123 | 101 | 100 | 107 | 24 |
| Binary | 1010100 | 1011001 | 1111 | 110 | 0 | 1010011 | 1000001 | 1000000 | 1000111 | 10100 |
Color Harmonies of #54590F
Complementary color
Monochromatic Colors of #54590F
Black with #54590F
Text Example
Text Example
White with #54590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54590F; }
p { color: rgb(84,89,15); }
H1.HeaderClassName
{
color: #54590F;
}
.AnyTagClassName
{
color: #54590F;
}
</style>
background-color css
<style>
a { background-color: #54590F; }
a { background-color: rgb(84,89,15); }
div.DivClassName
{
background-color: #54590F;
}
.BgClassName
{
background-color: #54590F;
}
</style>
border-color css
<style>
span { border-color: #54590F; }
span { border-color: rgb(84,89,15); }
td.TdClassName
{
border-color: #54590F;
}
.TagClassName
{
border-color: #54590F;
}
</style>