Shades of Verdun Green #325D04
Tints of Verdun Green #325D04
RGB
CMYK
RGB Variations
Color information
#325D04 (or 0x325D04) is known color: Verdun Green. HEX triplet: 32, 5D and 04. RGB value is (50,93,4). Sum of RGB (Red+Green+Blue) = 50+93+4=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #325D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D04 is #CDA2FB. Grayscale: #464646. Windows color (decimal): -13476604 or 286002. OLE color: 286002.
HSL color Cylindrical-coordinate representation of color #325D04: hue angle of 88.99º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #325D04 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 4 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.64 |
| HSL | 88.99º | 0.92% | 0.19% | - |
| HSV(B) | 88.99º | 0.96% | 0.36% | - |
| XYZ | 5.25 | 8.52 | 1.48 | - |
| YUV | 70 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 4 | 0.46 | 0 | 0.96 | 0.64 | 88.99 | 0.92 | 0.19 |
| Hex | 32 | 5D | 4 | 2E | 0 | 60 | 40 | 59 | 5C | 13 |
| Octal | 62 | 135 | 4 | 56 | 0 | 140 | 100 | 131 | 134 | 23 |
| Binary | 110010 | 1011101 | 100 | 101110 | 0 | 1100000 | 1000000 | 1011001 | 1011100 | 10011 |
Color Harmonies of #325D04
Complementary color
Monochromatic Colors of #325D04
Black with #325D04
Text Example
Text Example
White with #325D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D04; }
p { color: rgb(50,93,4); }
H1.HeaderClassName
{
color: #325D04;
}
.AnyTagClassName
{
color: #325D04;
}
</style>
background-color css
<style>
a { background-color: #325D04; }
a { background-color: rgb(50,93,4); }
div.DivClassName
{
background-color: #325D04;
}
.BgClassName
{
background-color: #325D04;
}
</style>
border-color css
<style>
span { border-color: #325D04; }
span { border-color: rgb(50,93,4); }
td.TdClassName
{
border-color: #325D04;
}
.TagClassName
{
border-color: #325D04;
}
</style>