Shades of Verdun Green #325A01
Tints of Verdun Green #325A01
RGB
CMYK
RGB Variations
Color information
#325A01 (or 0x325A01) is known color: Verdun Green. HEX triplet: 32, 5A and 01. RGB value is (50,90,1). Sum of RGB (Red+Green+Blue) = 50+90+1=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #325A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325A01 is #CDA5FE. Grayscale: #444444. Windows color (decimal): -13477375 or 88626. OLE color: 88626.
HSL color Cylindrical-coordinate representation of color #325A01: hue angle of 86.97º 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 #325A01 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 90 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.65 |
| HSL | 86.97º | 0.98% | 0.18% | - |
| HSV(B) | 86.97º | 0.99% | 0.35% | - |
| XYZ | 4.98 | 7.99 | 1.31 | - |
| YUV | 67.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 1 | 0.44 | 0 | 0.99 | 0.65 | 86.97 | 0.98 | 0.18 |
| Hex | 32 | 5A | 1 | 2C | 0 | 63 | 41 | 57 | 62 | 12 |
| Octal | 62 | 132 | 1 | 54 | 0 | 143 | 101 | 127 | 142 | 22 |
| Binary | 110010 | 1011010 | 1 | 101100 | 0 | 1100011 | 1000001 | 1010111 | 1100010 | 10010 |
Color Harmonies of #325A01
Complementary color
Monochromatic Colors of #325A01
Black with #325A01
Text Example
Text Example
White with #325A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A01; }
p { color: rgb(50,90,1); }
H1.HeaderClassName
{
color: #325A01;
}
.AnyTagClassName
{
color: #325A01;
}
</style>
background-color css
<style>
a { background-color: #325A01; }
a { background-color: rgb(50,90,1); }
div.DivClassName
{
background-color: #325A01;
}
.BgClassName
{
background-color: #325A01;
}
</style>
border-color css
<style>
span { border-color: #325A01; }
span { border-color: rgb(50,90,1); }
td.TdClassName
{
border-color: #325A01;
}
.TagClassName
{
border-color: #325A01;
}
</style>