Shades of Verdun Green #545201
Tints of Verdun Green #545201
RGB
CMYK
RGB Variations
Color information
#545201 (or 0x545201) is known color: Verdun Green. HEX triplet: 54, 52 and 01. RGB value is (84,82,1). Sum of RGB (Red+Green+Blue) = 84+82+1=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #545201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545201 is #ABADFE. Grayscale: #494949. Windows color (decimal): -11251199 or 86612. OLE color: 86612.
HSL color Cylindrical-coordinate representation of color #545201: hue angle of 58.55º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #545201 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.67 |
| HSL | 58.55º | 0.98% | 0.17% | - |
| HSV(B) | 58.55º | 0.99% | 0.33% | - |
| XYZ | 6.68 | 7.92 | 1.21 | - |
| YUV | 73.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 1 | 0 | 0.02 | 0.99 | 0.67 | 58.55 | 0.98 | 0.17 |
| Hex | 54 | 52 | 1 | 0 | 2 | 63 | 43 | 3B | 62 | 11 |
| Octal | 124 | 122 | 1 | 0 | 2 | 143 | 103 | 73 | 142 | 21 |
| Binary | 1010100 | 1010010 | 1 | 0 | 10 | 1100011 | 1000011 | 111011 | 1100010 | 10001 |
Color Harmonies of #545201
Complementary color
Monochromatic Colors of #545201
Black with #545201
Text Example
Text Example
White with #545201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545201; }
p { color: rgb(84,82,1); }
H1.HeaderClassName
{
color: #545201;
}
.AnyTagClassName
{
color: #545201;
}
</style>
background-color css
<style>
a { background-color: #545201; }
a { background-color: rgb(84,82,1); }
div.DivClassName
{
background-color: #545201;
}
.BgClassName
{
background-color: #545201;
}
</style>
border-color css
<style>
span { border-color: #545201; }
span { border-color: rgb(84,82,1); }
td.TdClassName
{
border-color: #545201;
}
.TagClassName
{
border-color: #545201;
}
</style>