Shades of Verdun Green #545A07
Tints of Verdun Green #545A07
RGB
CMYK
RGB Variations
Color information
#545A07 (or 0x545A07) is known color: Verdun Green. HEX triplet: 54, 5A and 07. RGB value is (84,90,7). Sum of RGB (Red+Green+Blue) = 84+90+7=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #545A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545A07 is #ABA5F8. Grayscale: #4F4F4F. Windows color (decimal): -11249145 or 481876. OLE color: 481876.
HSL color Cylindrical-coordinate representation of color #545A07: hue angle of 64.34º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #545A07 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 7 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.65 |
| HSL | 64.34º | 0.86% | 0.19% | - |
| HSV(B) | 64.34º | 0.92% | 0.35% | - |
| XYZ | 7.35 | 9.21 | 1.59 | - |
| YUV | 78.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 7 | 0.07 | 0 | 0.92 | 0.65 | 64.34 | 0.86 | 0.19 |
| Hex | 54 | 5A | 7 | 7 | 0 | 5C | 41 | 40 | 56 | 13 |
| Octal | 124 | 132 | 7 | 7 | 0 | 134 | 101 | 100 | 126 | 23 |
| Binary | 1010100 | 1011010 | 111 | 111 | 0 | 1011100 | 1000001 | 1000000 | 1010110 | 10011 |
Color Harmonies of #545A07
Complementary color
Monochromatic Colors of #545A07
Black with #545A07
Text Example
Text Example
White with #545A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A07; }
p { color: rgb(84,90,7); }
H1.HeaderClassName
{
color: #545A07;
}
.AnyTagClassName
{
color: #545A07;
}
</style>
background-color css
<style>
a { background-color: #545A07; }
a { background-color: rgb(84,90,7); }
div.DivClassName
{
background-color: #545A07;
}
.BgClassName
{
background-color: #545A07;
}
</style>
border-color css
<style>
span { border-color: #545A07; }
span { border-color: rgb(84,90,7); }
td.TdClassName
{
border-color: #545A07;
}
.TagClassName
{
border-color: #545A07;
}
</style>