Shades of Verdun Green #5A6109
Tints of Verdun Green #5A6109
RGB
CMYK
RGB Variations
Color information
#5A6109 (or 0x5A6109) is known color: Verdun Green. HEX triplet: 5A, 61 and 09. RGB value is (90,97,9). Sum of RGB (Red+Green+Blue) = 90+97+9=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6109 is #A59EF6. Grayscale: #555555. Windows color (decimal): -10854135 or 614746. OLE color: 614746.
HSL color Cylindrical-coordinate representation of color #5A6109: hue angle of 64.77º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A6109 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 9 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.62 |
| HSL | 64.77º | 0.83% | 0.21% | - |
| HSV(B) | 64.77º | 0.91% | 0.38% | - |
| XYZ | 8.54 | 10.74 | 1.88 | - |
| YUV | 84.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 9 | 0.07 | 0 | 0.91 | 0.62 | 64.77 | 0.83 | 0.21 |
| Hex | 5A | 61 | 9 | 7 | 0 | 5B | 3E | 41 | 53 | 15 |
| Octal | 132 | 141 | 11 | 7 | 0 | 133 | 76 | 101 | 123 | 25 |
| Binary | 1011010 | 1100001 | 1001 | 111 | 0 | 1011011 | 111110 | 1000001 | 1010011 | 10101 |
Color Harmonies of #5A6109
Complementary color
Monochromatic Colors of #5A6109
Black with #5A6109
Text Example
Text Example
White with #5A6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6109; }
p { color: rgb(90,97,9); }
H1.HeaderClassName
{
color: #5A6109;
}
.AnyTagClassName
{
color: #5A6109;
}
</style>
background-color css
<style>
a { background-color: #5A6109; }
a { background-color: rgb(90,97,9); }
div.DivClassName
{
background-color: #5A6109;
}
.BgClassName
{
background-color: #5A6109;
}
</style>
border-color css
<style>
span { border-color: #5A6109; }
span { border-color: rgb(90,97,9); }
td.TdClassName
{
border-color: #5A6109;
}
.TagClassName
{
border-color: #5A6109;
}
</style>