Shades of Verdun Green #545C0F
Tints of Verdun Green #545C0F
RGB
CMYK
RGB Variations
Color information
#545C0F (or 0x545C0F) is known color: Verdun Green. HEX triplet: 54, 5C and 0F. RGB value is (84,92,15). Sum of RGB (Red+Green+Blue) = 84+92+15=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #545C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545C0F is #ABA3F0. Grayscale: #515151. Windows color (decimal): -11248625 or 1006676. OLE color: 1006676.
HSL color Cylindrical-coordinate representation of color #545C0F: hue angle of 66.23º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #545C0F is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 15 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.64 |
| HSL | 66.23º | 0.72% | 0.21% | - |
| HSV(B) | 66.23º | 0.84% | 0.36% | - |
| XYZ | 7.57 | 9.57 | 1.9 | - |
| YUV | 80.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 15 | 0.09 | 0 | 0.84 | 0.64 | 66.23 | 0.72 | 0.21 |
| Hex | 54 | 5C | F | 9 | 0 | 54 | 40 | 42 | 48 | 15 |
| Octal | 124 | 134 | 17 | 11 | 0 | 124 | 100 | 102 | 110 | 25 |
| Binary | 1010100 | 1011100 | 1111 | 1001 | 0 | 1010100 | 1000000 | 1000010 | 1001000 | 10101 |
Color Harmonies of #545C0F
Complementary color
Monochromatic Colors of #545C0F
Black with #545C0F
Text Example
Text Example
White with #545C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C0F; }
p { color: rgb(84,92,15); }
H1.HeaderClassName
{
color: #545C0F;
}
.AnyTagClassName
{
color: #545C0F;
}
</style>
background-color css
<style>
a { background-color: #545C0F; }
a { background-color: rgb(84,92,15); }
div.DivClassName
{
background-color: #545C0F;
}
.BgClassName
{
background-color: #545C0F;
}
</style>
border-color css
<style>
span { border-color: #545C0F; }
span { border-color: rgb(84,92,15); }
td.TdClassName
{
border-color: #545C0F;
}
.TagClassName
{
border-color: #545C0F;
}
</style>