Shades of Verdun Green #326605
Tints of Verdun Green #326605
RGB
CMYK
RGB Variations
Color information
#326605 (or 0x326605) is known color: Verdun Green. HEX triplet: 32, 66 and 05. RGB value is (50,102,5). Sum of RGB (Red+Green+Blue) = 50+102+5=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #326605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326605 is #CD99FA. Grayscale: #4B4B4B. Windows color (decimal): -13474299 or 353842. OLE color: 353842.
HSL color Cylindrical-coordinate representation of color #326605: hue angle of 92.16º 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 #326605 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 5 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.6 |
| HSL | 92.16º | 0.91% | 0.21% | - |
| HSV(B) | 92.16º | 0.95% | 0.4% | - |
| XYZ | 6.09 | 10.19 | 1.79 | - |
| YUV | 75.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 5 | 0.51 | 0 | 0.95 | 0.6 | 92.16 | 0.91 | 0.21 |
| Hex | 32 | 66 | 5 | 33 | 0 | 5F | 3C | 5C | 5B | 15 |
| Octal | 62 | 146 | 5 | 63 | 0 | 137 | 74 | 134 | 133 | 25 |
| Binary | 110010 | 1100110 | 101 | 110011 | 0 | 1011111 | 111100 | 1011100 | 1011011 | 10101 |
Color Harmonies of #326605
Complementary color
Monochromatic Colors of #326605
Black with #326605
Text Example
Text Example
White with #326605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326605; }
p { color: rgb(50,102,5); }
H1.HeaderClassName
{
color: #326605;
}
.AnyTagClassName
{
color: #326605;
}
</style>
background-color css
<style>
a { background-color: #326605; }
a { background-color: rgb(50,102,5); }
div.DivClassName
{
background-color: #326605;
}
.BgClassName
{
background-color: #326605;
}
</style>
border-color css
<style>
span { border-color: #326605; }
span { border-color: rgb(50,102,5); }
td.TdClassName
{
border-color: #326605;
}
.TagClassName
{
border-color: #326605;
}
</style>