Shades of Verdun Green #325901
Tints of Verdun Green #325901
RGB
CMYK
RGB Variations
Color information
#325901 (or 0x325901) is known color: Verdun Green. HEX triplet: 32, 59 and 01. RGB value is (50,89,1). Sum of RGB (Red+Green+Blue) = 50+89+1=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #325901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325901 is #CDA6FE. Grayscale: #434343. Windows color (decimal): -13477631 or 88370. OLE color: 88370.
HSL color Cylindrical-coordinate representation of color #325901: hue angle of 86.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #325901 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 89 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.65 |
| HSL | 86.59º | 0.98% | 0.18% | - |
| HSV(B) | 86.59º | 0.99% | 0.35% | - |
| XYZ | 4.89 | 7.83 | 1.28 | - |
| YUV | 67.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 1 | 0.44 | 0 | 0.99 | 0.65 | 86.59 | 0.98 | 0.18 |
| Hex | 32 | 59 | 1 | 2C | 0 | 63 | 41 | 57 | 62 | 12 |
| Octal | 62 | 131 | 1 | 54 | 0 | 143 | 101 | 127 | 142 | 22 |
| Binary | 110010 | 1011001 | 1 | 101100 | 0 | 1100011 | 1000001 | 1010111 | 1100010 | 10010 |
Color Harmonies of #325901
Complementary color
Monochromatic Colors of #325901
Black with #325901
Text Example
Text Example
White with #325901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325901; }
p { color: rgb(50,89,1); }
H1.HeaderClassName
{
color: #325901;
}
.AnyTagClassName
{
color: #325901;
}
</style>
background-color css
<style>
a { background-color: #325901; }
a { background-color: rgb(50,89,1); }
div.DivClassName
{
background-color: #325901;
}
.BgClassName
{
background-color: #325901;
}
</style>
border-color css
<style>
span { border-color: #325901; }
span { border-color: rgb(50,89,1); }
td.TdClassName
{
border-color: #325901;
}
.TagClassName
{
border-color: #325901;
}
</style>