Shades of Verdun Green #326901
Tints of Verdun Green #326901
RGB
CMYK
RGB Variations
Color information
#326901 (or 0x326901) is known color: Verdun Green. HEX triplet: 32, 69 and 01. RGB value is (50,105,1). Sum of RGB (Red+Green+Blue) = 50+105+1=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #326901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326901 is #CD96FE. Grayscale: #4D4D4D. Windows color (decimal): -13473535 or 92466. OLE color: 92466.
HSL color Cylindrical-coordinate representation of color #326901: hue angle of 91.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #326901 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 105 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.59 |
| HSL | 91.73º | 0.98% | 0.21% | - |
| HSV(B) | 91.73º | 0.99% | 0.41% | - |
| XYZ | 6.37 | 10.78 | 1.77 | - |
| YUV | 76.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 1 | 0.52 | 0 | 0.99 | 0.59 | 91.73 | 0.98 | 0.21 |
| Hex | 32 | 69 | 1 | 34 | 0 | 63 | 3B | 5C | 62 | 15 |
| Octal | 62 | 151 | 1 | 64 | 0 | 143 | 73 | 134 | 142 | 25 |
| Binary | 110010 | 1101001 | 1 | 110100 | 0 | 1100011 | 111011 | 1011100 | 1100010 | 10101 |
Color Harmonies of #326901
Complementary color
Monochromatic Colors of #326901
Black with #326901
Text Example
Text Example
White with #326901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326901; }
p { color: rgb(50,105,1); }
H1.HeaderClassName
{
color: #326901;
}
.AnyTagClassName
{
color: #326901;
}
</style>
background-color css
<style>
a { background-color: #326901; }
a { background-color: rgb(50,105,1); }
div.DivClassName
{
background-color: #326901;
}
.BgClassName
{
background-color: #326901;
}
</style>
border-color css
<style>
span { border-color: #326901; }
span { border-color: rgb(50,105,1); }
td.TdClassName
{
border-color: #326901;
}
.TagClassName
{
border-color: #326901;
}
</style>