Shades of Verdun Green #54520C
Tints of Verdun Green #54520C
RGB
CMYK
RGB Variations
Color information
#54520C (or 0x54520C) is known color: Verdun Green. HEX triplet: 54, 52 and 0C. RGB value is (84,82,12). Sum of RGB (Red+Green+Blue) = 84+82+12=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54520C is #ABADF3. Grayscale: #4A4A4A. Windows color (decimal): -11251188 or 807508. OLE color: 807508.
HSL color Cylindrical-coordinate representation of color #54520C: hue angle of 58.33º 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 #54520C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 12 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.67 |
| HSL | 58.33º | 0.75% | 0.19% | - |
| HSV(B) | 58.33º | 0.86% | 0.33% | - |
| XYZ | 6.74 | 7.95 | 1.53 | - |
| YUV | 74.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 12 | 0 | 0.02 | 0.86 | 0.67 | 58.33 | 0.75 | 0.19 |
| Hex | 54 | 52 | C | 0 | 2 | 56 | 43 | 3A | 4B | 13 |
| Octal | 124 | 122 | 14 | 0 | 2 | 126 | 103 | 72 | 113 | 23 |
| Binary | 1010100 | 1010010 | 1100 | 0 | 10 | 1010110 | 1000011 | 111010 | 1001011 | 10011 |
Color Harmonies of #54520C
Complementary color
Monochromatic Colors of #54520C
Black with #54520C
Text Example
Text Example
White with #54520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54520C; }
p { color: rgb(84,82,12); }
H1.HeaderClassName
{
color: #54520C;
}
.AnyTagClassName
{
color: #54520C;
}
</style>
background-color css
<style>
a { background-color: #54520C; }
a { background-color: rgb(84,82,12); }
div.DivClassName
{
background-color: #54520C;
}
.BgClassName
{
background-color: #54520C;
}
</style>
border-color css
<style>
span { border-color: #54520C; }
span { border-color: rgb(84,82,12); }
td.TdClassName
{
border-color: #54520C;
}
.TagClassName
{
border-color: #54520C;
}
</style>