Shades of Verdun Green #325D09
Tints of Verdun Green #325D09
RGB
CMYK
RGB Variations
Color information
#325D09 (or 0x325D09) is known color: Verdun Green. HEX triplet: 32, 5D and 09. RGB value is (50,93,9). Sum of RGB (Red+Green+Blue) = 50+93+9=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #325D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D09 is #CDA2F6. Grayscale: #464646. Windows color (decimal): -13476599 or 613682. OLE color: 613682.
HSL color Cylindrical-coordinate representation of color #325D09: hue angle of 90.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #325D09 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 9 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.64 |
| HSL | 90.71º | 0.82% | 0.2% | - |
| HSV(B) | 90.71º | 0.9% | 0.36% | - |
| XYZ | 5.28 | 8.53 | 1.63 | - |
| YUV | 70.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 9 | 0.46 | 0 | 0.90 | 0.64 | 90.71 | 0.82 | 0.2 |
| Hex | 32 | 5D | 9 | 2E | 0 | 5A | 40 | 5B | 52 | 14 |
| Octal | 62 | 135 | 11 | 56 | 0 | 132 | 100 | 133 | 122 | 24 |
| Binary | 110010 | 1011101 | 1001 | 101110 | 0 | 1011010 | 1000000 | 1011011 | 1010010 | 10100 |
Color Harmonies of #325D09
Complementary color
Monochromatic Colors of #325D09
Black with #325D09
Text Example
Text Example
White with #325D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D09; }
p { color: rgb(50,93,9); }
H1.HeaderClassName
{
color: #325D09;
}
.AnyTagClassName
{
color: #325D09;
}
</style>
background-color css
<style>
a { background-color: #325D09; }
a { background-color: rgb(50,93,9); }
div.DivClassName
{
background-color: #325D09;
}
.BgClassName
{
background-color: #325D09;
}
</style>
border-color css
<style>
span { border-color: #325D09; }
span { border-color: rgb(50,93,9); }
td.TdClassName
{
border-color: #325D09;
}
.TagClassName
{
border-color: #325D09;
}
</style>