Shades of Verdun Green #5A6400
Tints of Verdun Green #5A6400
RGB
CMYK
RGB Variations
Color information
#5A6400 (or 0x5A6400) is known color: Verdun Green. HEX triplet: 5A, 64 and 00. RGB value is (90,100,0). Sum of RGB (Red+Green+Blue) = 90+100+0=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6400 is #A59BFF. Grayscale: #565656. Windows color (decimal): -10853376 or 25690. OLE color: 25690.
HSL color Cylindrical-coordinate representation of color #5A6400: hue angle of 66º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A6400 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 100 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.61 |
| HSL | 66º | 1% | 0.2% | - |
| HSV(B) | 66º | 1% | 0.39% | - |
| XYZ | 8.77 | 11.29 | 1.72 | - |
| YUV | 85.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 0 | 0.10 | 0 | 1 | 0.61 | 66 | 1 | 0.2 |
| Hex | 5A | 64 | 0 | A | 0 | 64 | 3D | 42 | 64 | 14 |
| Octal | 132 | 144 | 0 | 12 | 0 | 144 | 75 | 102 | 144 | 24 |
| Binary | 1011010 | 1100100 | 0 | 1010 | 0 | 1100100 | 111101 | 1000010 | 1100100 | 10100 |
Color Harmonies of #5A6400
Complementary color
Monochromatic Colors of #5A6400
Black with #5A6400
Text Example
Text Example
White with #5A6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6400; }
p { color: rgb(90,100,0); }
H1.HeaderClassName
{
color: #5A6400;
}
.AnyTagClassName
{
color: #5A6400;
}
</style>
background-color css
<style>
a { background-color: #5A6400; }
a { background-color: rgb(90,100,0); }
div.DivClassName
{
background-color: #5A6400;
}
.BgClassName
{
background-color: #5A6400;
}
</style>
border-color css
<style>
span { border-color: #5A6400; }
span { border-color: rgb(90,100,0); }
td.TdClassName
{
border-color: #5A6400;
}
.TagClassName
{
border-color: #5A6400;
}
</style>