Shades of Verdun Green #54600A
Tints of Verdun Green #54600A
RGB
CMYK
RGB Variations
Color information
#54600A (or 0x54600A) is known color: Verdun Green. HEX triplet: 54, 60 and 0A. RGB value is (84,96,10). Sum of RGB (Red+Green+Blue) = 84+96+10=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #54600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54600A is #AB9FF5. Grayscale: #525252. Windows color (decimal): -11247606 or 680020. OLE color: 680020.
HSL color Cylindrical-coordinate representation of color #54600A: hue angle of 68.37º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54600A is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 10 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.62 |
| HSL | 68.37º | 0.81% | 0.21% | - |
| HSV(B) | 68.37º | 0.9% | 0.38% | - |
| XYZ | 7.89 | 10.27 | 1.85 | - |
| YUV | 82.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 10 | 0.12 | 0 | 0.90 | 0.62 | 68.37 | 0.81 | 0.21 |
| Hex | 54 | 60 | A | C | 0 | 5A | 3E | 44 | 51 | 15 |
| Octal | 124 | 140 | 12 | 14 | 0 | 132 | 76 | 104 | 121 | 25 |
| Binary | 1010100 | 1100000 | 1010 | 1100 | 0 | 1011010 | 111110 | 1000100 | 1010001 | 10101 |
Color Harmonies of #54600A
Complementary color
Monochromatic Colors of #54600A
Black with #54600A
Text Example
Text Example
White with #54600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54600A; }
p { color: rgb(84,96,10); }
H1.HeaderClassName
{
color: #54600A;
}
.AnyTagClassName
{
color: #54600A;
}
</style>
background-color css
<style>
a { background-color: #54600A; }
a { background-color: rgb(84,96,10); }
div.DivClassName
{
background-color: #54600A;
}
.BgClassName
{
background-color: #54600A;
}
</style>
border-color css
<style>
span { border-color: #54600A; }
span { border-color: rgb(84,96,10); }
td.TdClassName
{
border-color: #54600A;
}
.TagClassName
{
border-color: #54600A;
}
</style>