Shades of Verdun Green #54680A
Tints of Verdun Green #54680A
RGB
CMYK
RGB Variations
Color information
#54680A (or 0x54680A) is known color: Verdun Green. HEX triplet: 54, 68 and 0A. RGB value is (84,104,10). Sum of RGB (Red+Green+Blue) = 84+104+10=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #54680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54680A is #AB97F5. Grayscale: #575757. Windows color (decimal): -11245558 or 682068. OLE color: 682068.
HSL color Cylindrical-coordinate representation of color #54680A: hue angle of 72.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54680A is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 10 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.59 |
| HSL | 72.77º | 0.82% | 0.22% | - |
| HSV(B) | 72.77º | 0.9% | 0.41% | - |
| XYZ | 8.66 | 11.81 | 2.11 | - |
| YUV | 87.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 10 | 0.19 | 0 | 0.90 | 0.59 | 72.77 | 0.82 | 0.22 |
| Hex | 54 | 68 | A | 13 | 0 | 5A | 3B | 49 | 52 | 16 |
| Octal | 124 | 150 | 12 | 23 | 0 | 132 | 73 | 111 | 122 | 26 |
| Binary | 1010100 | 1101000 | 1010 | 10011 | 0 | 1011010 | 111011 | 1001001 | 1010010 | 10110 |
Color Harmonies of #54680A
Complementary color
Monochromatic Colors of #54680A
Black with #54680A
Text Example
Text Example
White with #54680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54680A; }
p { color: rgb(84,104,10); }
H1.HeaderClassName
{
color: #54680A;
}
.AnyTagClassName
{
color: #54680A;
}
</style>
background-color css
<style>
a { background-color: #54680A; }
a { background-color: rgb(84,104,10); }
div.DivClassName
{
background-color: #54680A;
}
.BgClassName
{
background-color: #54680A;
}
</style>
border-color css
<style>
span { border-color: #54680A; }
span { border-color: rgb(84,104,10); }
td.TdClassName
{
border-color: #54680A;
}
.TagClassName
{
border-color: #54680A;
}
</style>