Shades of Verdun Green #326102
Tints of Verdun Green #326102
RGB
CMYK
RGB Variations
Color information
#326102 (or 0x326102) is known color: Verdun Green. HEX triplet: 32, 61 and 02. RGB value is (50,97,2). Sum of RGB (Red+Green+Blue) = 50+97+2=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #326102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326102 is #CD9EFD. Grayscale: #484848. Windows color (decimal): -13475582 or 155954. OLE color: 155954.
HSL color Cylindrical-coordinate representation of color #326102: hue angle of 89.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #326102 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 2 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.62 |
| HSL | 89.68º | 0.96% | 0.19% | - |
| HSV(B) | 89.68º | 0.98% | 0.38% | - |
| XYZ | 5.6 | 9.23 | 1.54 | - |
| YUV | 72.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 2 | 0.48 | 0 | 0.98 | 0.62 | 89.68 | 0.96 | 0.19 |
| Hex | 32 | 61 | 2 | 30 | 0 | 62 | 3E | 5A | 60 | 13 |
| Octal | 62 | 141 | 2 | 60 | 0 | 142 | 76 | 132 | 140 | 23 |
| Binary | 110010 | 1100001 | 10 | 110000 | 0 | 1100010 | 111110 | 1011010 | 1100000 | 10011 |
Color Harmonies of #326102
Complementary color
Monochromatic Colors of #326102
Black with #326102
Text Example
Text Example
White with #326102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326102; }
p { color: rgb(50,97,2); }
H1.HeaderClassName
{
color: #326102;
}
.AnyTagClassName
{
color: #326102;
}
</style>
background-color css
<style>
a { background-color: #326102; }
a { background-color: rgb(50,97,2); }
div.DivClassName
{
background-color: #326102;
}
.BgClassName
{
background-color: #326102;
}
</style>
border-color css
<style>
span { border-color: #326102; }
span { border-color: rgb(50,97,2); }
td.TdClassName
{
border-color: #326102;
}
.TagClassName
{
border-color: #326102;
}
</style>