Shades of Verdun Green #326705
Tints of Verdun Green #326705
RGB
CMYK
RGB Variations
Color information
#326705 (or 0x326705) is known color: Verdun Green. HEX triplet: 32, 67 and 05. RGB value is (50,103,5). Sum of RGB (Red+Green+Blue) = 50+103+5=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 103 (40.62% from 255 or 65.19% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 103 - color contains mainly: green. Hex color #326705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326705 is #CD98FA. Grayscale: #4C4C4C. Windows color (decimal): -13474043 or 354098. OLE color: 354098.
HSL color Cylindrical-coordinate representation of color #326705: hue angle of 92.45º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #326705 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 103 | 5 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.60 |
| HSL | 92.45º | 0.91% | 0.21% | - |
| HSV(B) | 92.45º | 0.95% | 0.4% | - |
| XYZ | 6.19 | 10.39 | 1.82 | - |
| YUV | 75.98 | 87.94 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 5 | 0.51 | 0 | 0.95 | 0.60 | 92.45 | 0.91 | 0.21 |
| Hex | 32 | 67 | 5 | 33 | 0 | 5F | 3C | 5C | 5B | 15 |
| Octal | 62 | 147 | 5 | 63 | 0 | 137 | 74 | 134 | 133 | 25 |
| Binary | 110010 | 1100111 | 101 | 110011 | 0 | 1011111 | 111100 | 1011100 | 1011011 | 10101 |
Color Harmonies of #326705
Complementary color
Monochromatic Colors of #326705
Black with #326705
Text Example
Text Example
White with #326705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326705; }
p { color: rgb(50,103,5); }
H1.HeaderClassName
{
color: #326705;
}
.AnyTagClassName
{
color: #326705;
}
</style>
background-color css
<style>
a { background-color: #326705; }
a { background-color: rgb(50,103,5); }
div.DivClassName
{
background-color: #326705;
}
.BgClassName
{
background-color: #326705;
}
</style>
border-color css
<style>
span { border-color: #326705; }
span { border-color: rgb(50,103,5); }
td.TdClassName
{
border-color: #326705;
}
.TagClassName
{
border-color: #326705;
}
</style>