Shades of Verdun Green #545A13
Tints of Verdun Green #545A13
RGB
CMYK
RGB Variations
Color information
#545A13 (or 0x545A13) is known color: Verdun Green. HEX triplet: 54, 5A and 13. RGB value is (84,90,19). Sum of RGB (Red+Green+Blue) = 84+90+19=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #545A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545A13 is #ABA5EC. Grayscale: #505050. Windows color (decimal): -11249133 or 1268308. OLE color: 1268308.
HSL color Cylindrical-coordinate representation of color #545A13: hue angle of 65.07º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #545A13 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 19 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.65 |
| HSL | 65.07º | 0.65% | 0.21% | - |
| HSV(B) | 65.07º | 0.79% | 0.35% | - |
| XYZ | 7.43 | 9.24 | 2.01 | - |
| YUV | 80.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 19 | 0.07 | 0 | 0.79 | 0.65 | 65.07 | 0.65 | 0.21 |
| Hex | 54 | 5A | 13 | 7 | 0 | 4F | 41 | 41 | 41 | 15 |
| Octal | 124 | 132 | 23 | 7 | 0 | 117 | 101 | 101 | 101 | 25 |
| Binary | 1010100 | 1011010 | 10011 | 111 | 0 | 1001111 | 1000001 | 1000001 | 1000001 | 10101 |
Color Harmonies of #545A13
Complementary color
Monochromatic Colors of #545A13
Black with #545A13
Text Example
Text Example
White with #545A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A13; }
p { color: rgb(84,90,19); }
H1.HeaderClassName
{
color: #545A13;
}
.AnyTagClassName
{
color: #545A13;
}
</style>
background-color css
<style>
a { background-color: #545A13; }
a { background-color: rgb(84,90,19); }
div.DivClassName
{
background-color: #545A13;
}
.BgClassName
{
background-color: #545A13;
}
</style>
border-color css
<style>
span { border-color: #545A13; }
span { border-color: rgb(84,90,19); }
td.TdClassName
{
border-color: #545A13;
}
.TagClassName
{
border-color: #545A13;
}
</style>