Shades of Verdun Green #32590D
Tints of Verdun Green #32590D
RGB
CMYK
RGB Variations
Color information
#32590D (or 0x32590D) is known color: Verdun Green. HEX triplet: 32, 59 and 0D. RGB value is (50,89,13). Sum of RGB (Red+Green+Blue) = 50+89+13=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #32590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32590D is #CDA6F2. Grayscale: #444444. Windows color (decimal): -13477619 or 874802. OLE color: 874802.
HSL color Cylindrical-coordinate representation of color #32590D: hue angle of 90.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32590D is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 89 | 13 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.65 |
| HSL | 90.79º | 0.75% | 0.2% | - |
| HSV(B) | 90.79º | 0.85% | 0.35% | - |
| XYZ | 4.96 | 7.85 | 1.63 | - |
| YUV | 68.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 13 | 0.44 | 0 | 0.85 | 0.65 | 90.79 | 0.75 | 0.2 |
| Hex | 32 | 59 | D | 2C | 0 | 55 | 41 | 5B | 4B | 14 |
| Octal | 62 | 131 | 15 | 54 | 0 | 125 | 101 | 133 | 113 | 24 |
| Binary | 110010 | 1011001 | 1101 | 101100 | 0 | 1010101 | 1000001 | 1011011 | 1001011 | 10100 |
Color Harmonies of #32590D
Complementary color
Monochromatic Colors of #32590D
Black with #32590D
Text Example
Text Example
White with #32590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32590D; }
p { color: rgb(50,89,13); }
H1.HeaderClassName
{
color: #32590D;
}
.AnyTagClassName
{
color: #32590D;
}
</style>
background-color css
<style>
a { background-color: #32590D; }
a { background-color: rgb(50,89,13); }
div.DivClassName
{
background-color: #32590D;
}
.BgClassName
{
background-color: #32590D;
}
</style>
border-color css
<style>
span { border-color: #32590D; }
span { border-color: rgb(50,89,13); }
td.TdClassName
{
border-color: #32590D;
}
.TagClassName
{
border-color: #32590D;
}
</style>