Shades of Verdun Green #326803
Tints of Verdun Green #326803
RGB
CMYK
RGB Variations
Color information
#326803 (or 0x326803) is known color: Verdun Green. HEX triplet: 32, 68 and 03. RGB value is (50,104,3). Sum of RGB (Red+Green+Blue) = 50+104+3=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #326803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326803 is #CD97FC. Grayscale: #4C4C4C. Windows color (decimal): -13473789 or 223282. OLE color: 223282.
HSL color Cylindrical-coordinate representation of color #326803: hue angle of 92.08º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #326803 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 104 | 3 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.59 |
| HSL | 92.08º | 0.94% | 0.21% | - |
| HSV(B) | 92.08º | 0.97% | 0.41% | - |
| XYZ | 6.28 | 10.59 | 1.8 | - |
| YUV | 76.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 3 | 0.52 | 0 | 0.97 | 0.59 | 92.08 | 0.94 | 0.21 |
| Hex | 32 | 68 | 3 | 34 | 0 | 61 | 3B | 5C | 5E | 15 |
| Octal | 62 | 150 | 3 | 64 | 0 | 141 | 73 | 134 | 136 | 25 |
| Binary | 110010 | 1101000 | 11 | 110100 | 0 | 1100001 | 111011 | 1011100 | 1011110 | 10101 |
Color Harmonies of #326803
Complementary color
Monochromatic Colors of #326803
Black with #326803
Text Example
Text Example
White with #326803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326803; }
p { color: rgb(50,104,3); }
H1.HeaderClassName
{
color: #326803;
}
.AnyTagClassName
{
color: #326803;
}
</style>
background-color css
<style>
a { background-color: #326803; }
a { background-color: rgb(50,104,3); }
div.DivClassName
{
background-color: #326803;
}
.BgClassName
{
background-color: #326803;
}
</style>
border-color css
<style>
span { border-color: #326803; }
span { border-color: rgb(50,104,3); }
td.TdClassName
{
border-color: #326803;
}
.TagClassName
{
border-color: #326803;
}
</style>