Shades of Verdun Green #54500C
Tints of Verdun Green #54500C
RGB
CMYK
RGB Variations
Color information
#54500C (or 0x54500C) is known color: Verdun Green. HEX triplet: 54, 50 and 0C. RGB value is (84,80,12). Sum of RGB (Red+Green+Blue) = 84+80+12=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54500C is #ABAFF3. Grayscale: #494949. Windows color (decimal): -11251700 or 806996. OLE color: 806996.
HSL color Cylindrical-coordinate representation of color #54500C: hue angle of 56.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54500C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 12 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.67 |
| HSL | 56.67º | 0.75% | 0.19% | - |
| HSV(B) | 56.67º | 0.86% | 0.33% | - |
| XYZ | 6.59 | 7.65 | 1.48 | - |
| YUV | 73.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 12 | 0 | 0.05 | 0.86 | 0.67 | 56.67 | 0.75 | 0.19 |
| Hex | 54 | 50 | C | 0 | 5 | 56 | 43 | 39 | 4B | 13 |
| Octal | 124 | 120 | 14 | 0 | 5 | 126 | 103 | 71 | 113 | 23 |
| Binary | 1010100 | 1010000 | 1100 | 0 | 101 | 1010110 | 1000011 | 111001 | 1001011 | 10011 |
Color Harmonies of #54500C
Complementary color
Monochromatic Colors of #54500C
Black with #54500C
Text Example
Text Example
White with #54500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54500C; }
p { color: rgb(84,80,12); }
H1.HeaderClassName
{
color: #54500C;
}
.AnyTagClassName
{
color: #54500C;
}
</style>
background-color css
<style>
a { background-color: #54500C; }
a { background-color: rgb(84,80,12); }
div.DivClassName
{
background-color: #54500C;
}
.BgClassName
{
background-color: #54500C;
}
</style>
border-color css
<style>
span { border-color: #54500C; }
span { border-color: rgb(84,80,12); }
td.TdClassName
{
border-color: #54500C;
}
.TagClassName
{
border-color: #54500C;
}
</style>