Shades of Verdun Green #54570C
Tints of Verdun Green #54570C
RGB
CMYK
RGB Variations
Color information
#54570C (or 0x54570C) is known color: Verdun Green. HEX triplet: 54, 57 and 0C. RGB value is (84,87,12). Sum of RGB (Red+Green+Blue) = 84+87+12=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #54570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54570C is #ABA8F3. Grayscale: #4D4D4D. Windows color (decimal): -11249908 or 808788. OLE color: 808788.
HSL color Cylindrical-coordinate representation of color #54570C: hue angle of 62.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54570C is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 12 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.66 |
| HSL | 62.4º | 0.76% | 0.19% | - |
| HSV(B) | 62.4º | 0.86% | 0.34% | - |
| XYZ | 7.13 | 8.73 | 1.66 | - |
| YUV | 77.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 12 | 0.03 | 0 | 0.86 | 0.66 | 62.4 | 0.76 | 0.19 |
| Hex | 54 | 57 | C | 3 | 0 | 56 | 42 | 3E | 4C | 13 |
| Octal | 124 | 127 | 14 | 3 | 0 | 126 | 102 | 76 | 114 | 23 |
| Binary | 1010100 | 1010111 | 1100 | 11 | 0 | 1010110 | 1000010 | 111110 | 1001100 | 10011 |
Color Harmonies of #54570C
Complementary color
Monochromatic Colors of #54570C
Black with #54570C
Text Example
Text Example
White with #54570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54570C; }
p { color: rgb(84,87,12); }
H1.HeaderClassName
{
color: #54570C;
}
.AnyTagClassName
{
color: #54570C;
}
</style>
background-color css
<style>
a { background-color: #54570C; }
a { background-color: rgb(84,87,12); }
div.DivClassName
{
background-color: #54570C;
}
.BgClassName
{
background-color: #54570C;
}
</style>
border-color css
<style>
span { border-color: #54570C; }
span { border-color: rgb(84,87,12); }
td.TdClassName
{
border-color: #54570C;
}
.TagClassName
{
border-color: #54570C;
}
</style>