Shades of Verdun Green #545A02
Tints of Verdun Green #545A02
RGB
CMYK
RGB Variations
Color information
#545A02 (or 0x545A02) is known color: Verdun Green. HEX triplet: 54, 5A and 02. RGB value is (84,90,2). Sum of RGB (Red+Green+Blue) = 84+90+2=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #545A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545A02 is #ABA5FD. Grayscale: #4E4E4E. Windows color (decimal): -11249150 or 154196. OLE color: 154196.
HSL color Cylindrical-coordinate representation of color #545A02: hue angle of 64.09º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #545A02 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 2 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.65 |
| HSL | 64.09º | 0.96% | 0.18% | - |
| HSV(B) | 64.09º | 0.98% | 0.35% | - |
| XYZ | 7.32 | 9.2 | 1.45 | - |
| YUV | 78.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 2 | 0.07 | 0 | 0.98 | 0.65 | 64.09 | 0.96 | 0.18 |
| Hex | 54 | 5A | 2 | 7 | 0 | 62 | 41 | 40 | 60 | 12 |
| Octal | 124 | 132 | 2 | 7 | 0 | 142 | 101 | 100 | 140 | 22 |
| Binary | 1010100 | 1011010 | 10 | 111 | 0 | 1100010 | 1000001 | 1000000 | 1100000 | 10010 |
Color Harmonies of #545A02
Complementary color
Monochromatic Colors of #545A02
Black with #545A02
Text Example
Text Example
White with #545A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A02; }
p { color: rgb(84,90,2); }
H1.HeaderClassName
{
color: #545A02;
}
.AnyTagClassName
{
color: #545A02;
}
</style>
background-color css
<style>
a { background-color: #545A02; }
a { background-color: rgb(84,90,2); }
div.DivClassName
{
background-color: #545A02;
}
.BgClassName
{
background-color: #545A02;
}
</style>
border-color css
<style>
span { border-color: #545A02; }
span { border-color: rgb(84,90,2); }
td.TdClassName
{
border-color: #545A02;
}
.TagClassName
{
border-color: #545A02;
}
</style>