Shades of Verdun Green #325801
Tints of Verdun Green #325801
RGB
CMYK
RGB Variations
Color information
#325801 (or 0x325801) is known color: Verdun Green. HEX triplet: 32, 58 and 01. RGB value is (50,88,1). Sum of RGB (Red+Green+Blue) = 50+88+1=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #325801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325801 is #CDA7FE. Grayscale: #434343. Windows color (decimal): -13477887 or 88114. OLE color: 88114.
HSL color Cylindrical-coordinate representation of color #325801: hue angle of 86.21º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #325801 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.65 |
| HSL | 86.21º | 0.98% | 0.17% | - |
| HSV(B) | 86.21º | 0.99% | 0.35% | - |
| XYZ | 4.81 | 7.66 | 1.25 | - |
| YUV | 66.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 1 | 0.43 | 0 | 0.99 | 0.65 | 86.21 | 0.98 | 0.17 |
| Hex | 32 | 58 | 1 | 2B | 0 | 63 | 41 | 56 | 62 | 11 |
| Octal | 62 | 130 | 1 | 53 | 0 | 143 | 101 | 126 | 142 | 21 |
| Binary | 110010 | 1011000 | 1 | 101011 | 0 | 1100011 | 1000001 | 1010110 | 1100010 | 10001 |
Color Harmonies of #325801
Complementary color
Monochromatic Colors of #325801
Black with #325801
Text Example
Text Example
White with #325801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325801; }
p { color: rgb(50,88,1); }
H1.HeaderClassName
{
color: #325801;
}
.AnyTagClassName
{
color: #325801;
}
</style>
background-color css
<style>
a { background-color: #325801; }
a { background-color: rgb(50,88,1); }
div.DivClassName
{
background-color: #325801;
}
.BgClassName
{
background-color: #325801;
}
</style>
border-color css
<style>
span { border-color: #325801; }
span { border-color: rgb(50,88,1); }
td.TdClassName
{
border-color: #325801;
}
.TagClassName
{
border-color: #325801;
}
</style>