Shades of Verdun Green #545A06
Tints of Verdun Green #545A06
RGB
CMYK
RGB Variations
Color information
#545A06 (or 0x545A06) is known color: Verdun Green. HEX triplet: 54, 5A and 06. RGB value is (84,90,6). Sum of RGB (Red+Green+Blue) = 84+90+6=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #545A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545A06 is #ABA5F9. Grayscale: #4E4E4E. Windows color (decimal): -11249146 or 416340. OLE color: 416340.
HSL color Cylindrical-coordinate representation of color #545A06: hue angle of 64.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #545A06 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 6 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.65 |
| HSL | 64.29º | 0.88% | 0.19% | - |
| HSV(B) | 64.29º | 0.93% | 0.35% | - |
| XYZ | 7.35 | 9.21 | 1.56 | - |
| YUV | 78.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 6 | 0.07 | 0 | 0.93 | 0.65 | 64.29 | 0.88 | 0.19 |
| Hex | 54 | 5A | 6 | 7 | 0 | 5D | 41 | 40 | 58 | 13 |
| Octal | 124 | 132 | 6 | 7 | 0 | 135 | 101 | 100 | 130 | 23 |
| Binary | 1010100 | 1011010 | 110 | 111 | 0 | 1011101 | 1000001 | 1000000 | 1011000 | 10011 |
Color Harmonies of #545A06
Complementary color
Monochromatic Colors of #545A06
Black with #545A06
Text Example
Text Example
White with #545A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A06; }
p { color: rgb(84,90,6); }
H1.HeaderClassName
{
color: #545A06;
}
.AnyTagClassName
{
color: #545A06;
}
</style>
background-color css
<style>
a { background-color: #545A06; }
a { background-color: rgb(84,90,6); }
div.DivClassName
{
background-color: #545A06;
}
.BgClassName
{
background-color: #545A06;
}
</style>
border-color css
<style>
span { border-color: #545A06; }
span { border-color: rgb(84,90,6); }
td.TdClassName
{
border-color: #545A06;
}
.TagClassName
{
border-color: #545A06;
}
</style>