Shades of Verdun Green #5A600D
Tints of Verdun Green #5A600D
RGB
CMYK
RGB Variations
Color information
#5A600D (or 0x5A600D) is known color: Verdun Green. HEX triplet: 5A, 60 and 0D. RGB value is (90,96,13). Sum of RGB (Red+Green+Blue) = 90+96+13=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #5A600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A600D is #A59FF2. Grayscale: #555555. Windows color (decimal): -10854387 or 876634. OLE color: 876634.
HSL color Cylindrical-coordinate representation of color #5A600D: hue angle of 64.34º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A600D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 13 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.62 |
| HSL | 64.34º | 0.76% | 0.21% | - |
| HSV(B) | 64.34º | 0.86% | 0.38% | - |
| XYZ | 8.47 | 10.57 | 1.97 | - |
| YUV | 84.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 13 | 0.06 | 0 | 0.86 | 0.62 | 64.34 | 0.76 | 0.21 |
| Hex | 5A | 60 | D | 6 | 0 | 56 | 3E | 40 | 4C | 15 |
| Octal | 132 | 140 | 15 | 6 | 0 | 126 | 76 | 100 | 114 | 25 |
| Binary | 1011010 | 1100000 | 1101 | 110 | 0 | 1010110 | 111110 | 1000000 | 1001100 | 10101 |
Color Harmonies of #5A600D
Complementary color
Monochromatic Colors of #5A600D
Black with #5A600D
Text Example
Text Example
White with #5A600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A600D; }
p { color: rgb(90,96,13); }
H1.HeaderClassName
{
color: #5A600D;
}
.AnyTagClassName
{
color: #5A600D;
}
</style>
background-color css
<style>
a { background-color: #5A600D; }
a { background-color: rgb(90,96,13); }
div.DivClassName
{
background-color: #5A600D;
}
.BgClassName
{
background-color: #5A600D;
}
</style>
border-color css
<style>
span { border-color: #5A600D; }
span { border-color: rgb(90,96,13); }
td.TdClassName
{
border-color: #5A600D;
}
.TagClassName
{
border-color: #5A600D;
}
</style>