Shades of Verdun Green #326000
Tints of Verdun Green #326000
RGB
CMYK
RGB Variations
Color information
#326000 (or 0x326000) is known color: Verdun Green. HEX triplet: 32, 60 and 00. RGB value is (50,96,0). Sum of RGB (Red+Green+Blue) = 50+96+0=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #326000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326000 is #CD9FFF. Grayscale: #474747. Windows color (decimal): -13475840 or 24626. OLE color: 24626.
HSL color Cylindrical-coordinate representation of color #326000: hue angle of 88.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #326000 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.62 |
| HSL | 88.75º | 1% | 0.19% | - |
| HSV(B) | 88.75º | 1% | 0.38% | - |
| XYZ | 5.5 | 9.04 | 1.46 | - |
| YUV | 71.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 0 | 0.48 | 0 | 1 | 0.62 | 88.75 | 1 | 0.19 |
| Hex | 32 | 60 | 0 | 30 | 0 | 64 | 3E | 59 | 64 | 13 |
| Octal | 62 | 140 | 0 | 60 | 0 | 144 | 76 | 131 | 144 | 23 |
| Binary | 110010 | 1100000 | 0 | 110000 | 0 | 1100100 | 111110 | 1011001 | 1100100 | 10011 |
Color Harmonies of #326000
Complementary color
Monochromatic Colors of #326000
Black with #326000
Text Example
Text Example
White with #326000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326000; }
p { color: rgb(50,96,0); }
H1.HeaderClassName
{
color: #326000;
}
.AnyTagClassName
{
color: #326000;
}
</style>
background-color css
<style>
a { background-color: #326000; }
a { background-color: rgb(50,96,0); }
div.DivClassName
{
background-color: #326000;
}
.BgClassName
{
background-color: #326000;
}
</style>
border-color css
<style>
span { border-color: #326000; }
span { border-color: rgb(50,96,0); }
td.TdClassName
{
border-color: #326000;
}
.TagClassName
{
border-color: #326000;
}
</style>