Shades of Verdun Green #545102
Tints of Verdun Green #545102
RGB
CMYK
RGB Variations
Color information
#545102 (or 0x545102) is known color: Verdun Green. HEX triplet: 54, 51 and 02. RGB value is (84,81,2). Sum of RGB (Red+Green+Blue) = 84+81+2=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #545102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545102 is #ABAEFD. Grayscale: #494949. Windows color (decimal): -11251454 or 151892. OLE color: 151892.
HSL color Cylindrical-coordinate representation of color #545102: hue angle of 57.8º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #545102 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 2 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.67 |
| HSL | 57.8º | 0.95% | 0.17% | - |
| HSV(B) | 57.8º | 0.98% | 0.33% | - |
| XYZ | 6.61 | 7.77 | 1.21 | - |
| YUV | 72.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 2 | 0 | 0.04 | 0.98 | 0.67 | 57.8 | 0.95 | 0.17 |
| Hex | 54 | 51 | 2 | 0 | 4 | 62 | 43 | 3A | 5F | 11 |
| Octal | 124 | 121 | 2 | 0 | 4 | 142 | 103 | 72 | 137 | 21 |
| Binary | 1010100 | 1010001 | 10 | 0 | 100 | 1100010 | 1000011 | 111010 | 1011111 | 10001 |
Color Harmonies of #545102
Complementary color
Monochromatic Colors of #545102
Black with #545102
Text Example
Text Example
White with #545102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545102; }
p { color: rgb(84,81,2); }
H1.HeaderClassName
{
color: #545102;
}
.AnyTagClassName
{
color: #545102;
}
</style>
background-color css
<style>
a { background-color: #545102; }
a { background-color: rgb(84,81,2); }
div.DivClassName
{
background-color: #545102;
}
.BgClassName
{
background-color: #545102;
}
</style>
border-color css
<style>
span { border-color: #545102; }
span { border-color: rgb(84,81,2); }
td.TdClassName
{
border-color: #545102;
}
.TagClassName
{
border-color: #545102;
}
</style>