Shades of Verdun Green #326502
Tints of Verdun Green #326502
RGB
CMYK
RGB Variations
Color information
#326502 (or 0x326502) is known color: Verdun Green. HEX triplet: 32, 65 and 02. RGB value is (50,101,2). Sum of RGB (Red+Green+Blue) = 50+101+2=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #326502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326502 is #CD9AFD. Grayscale: #4A4A4A. Windows color (decimal): -13474558 or 156978. OLE color: 156978.
HSL color Cylindrical-coordinate representation of color #326502: hue angle of 90.91º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #326502 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 2 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.60 |
| HSL | 90.91º | 0.96% | 0.2% | - |
| HSV(B) | 90.91º | 0.98% | 0.4% | - |
| XYZ | 5.98 | 9.99 | 1.67 | - |
| YUV | 74.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 2 | 0.50 | 0 | 0.98 | 0.60 | 90.91 | 0.96 | 0.2 |
| Hex | 32 | 65 | 2 | 32 | 0 | 62 | 3C | 5B | 60 | 14 |
| Octal | 62 | 145 | 2 | 62 | 0 | 142 | 74 | 133 | 140 | 24 |
| Binary | 110010 | 1100101 | 10 | 110010 | 0 | 1100010 | 111100 | 1011011 | 1100000 | 10100 |
Color Harmonies of #326502
Complementary color
Monochromatic Colors of #326502
Black with #326502
Text Example
Text Example
White with #326502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326502; }
p { color: rgb(50,101,2); }
H1.HeaderClassName
{
color: #326502;
}
.AnyTagClassName
{
color: #326502;
}
</style>
background-color css
<style>
a { background-color: #326502; }
a { background-color: rgb(50,101,2); }
div.DivClassName
{
background-color: #326502;
}
.BgClassName
{
background-color: #326502;
}
</style>
border-color css
<style>
span { border-color: #326502; }
span { border-color: rgb(50,101,2); }
td.TdClassName
{
border-color: #326502;
}
.TagClassName
{
border-color: #326502;
}
</style>