Shades of Verdun Green #326209
Tints of Verdun Green #326209
RGB
CMYK
RGB Variations
Color information
#326209 (or 0x326209) is known color: Verdun Green. HEX triplet: 32, 62 and 09. RGB value is (50,98,9). Sum of RGB (Red+Green+Blue) = 50+98+9=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #326209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326209 is #CD9DF6. Grayscale: #494949. Windows color (decimal): -13475319 or 614962. OLE color: 614962.
HSL color Cylindrical-coordinate representation of color #326209: hue angle of 92.36º 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 #326209 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 9 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.62 |
| HSL | 92.36º | 0.83% | 0.21% | - |
| HSV(B) | 92.36º | 0.91% | 0.38% | - |
| XYZ | 5.73 | 9.43 | 1.78 | - |
| YUV | 73.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 9 | 0.49 | 0 | 0.91 | 0.62 | 92.36 | 0.83 | 0.21 |
| Hex | 32 | 62 | 9 | 31 | 0 | 5B | 3E | 5C | 53 | 15 |
| Octal | 62 | 142 | 11 | 61 | 0 | 133 | 76 | 134 | 123 | 25 |
| Binary | 110010 | 1100010 | 1001 | 110001 | 0 | 1011011 | 111110 | 1011100 | 1010011 | 10101 |
Color Harmonies of #326209
Complementary color
Monochromatic Colors of #326209
Black with #326209
Text Example
Text Example
White with #326209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326209; }
p { color: rgb(50,98,9); }
H1.HeaderClassName
{
color: #326209;
}
.AnyTagClassName
{
color: #326209;
}
</style>
background-color css
<style>
a { background-color: #326209; }
a { background-color: rgb(50,98,9); }
div.DivClassName
{
background-color: #326209;
}
.BgClassName
{
background-color: #326209;
}
</style>
border-color css
<style>
span { border-color: #326209; }
span { border-color: rgb(50,98,9); }
td.TdClassName
{
border-color: #326209;
}
.TagClassName
{
border-color: #326209;
}
</style>