Shades of Verdun Green #325B09
Tints of Verdun Green #325B09
RGB
CMYK
RGB Variations
Color information
#325B09 (or 0x325B09) is known color: Verdun Green. HEX triplet: 32, 5B and 09. RGB value is (50,91,9). Sum of RGB (Red+Green+Blue) = 50+91+9=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #325B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B09 is #CDA4F6. Grayscale: #454545. Windows color (decimal): -13477111 or 613170. OLE color: 613170.
HSL color Cylindrical-coordinate representation of color #325B09: hue angle of 90º 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 #325B09 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 9 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.64 |
| HSL | 90º | 0.82% | 0.2% | - |
| HSV(B) | 90º | 0.9% | 0.36% | - |
| XYZ | 5.11 | 8.18 | 1.57 | - |
| YUV | 69.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 9 | 0.45 | 0 | 0.90 | 0.64 | 90 | 0.82 | 0.2 |
| Hex | 32 | 5B | 9 | 2D | 0 | 5A | 40 | 5A | 52 | 14 |
| Octal | 62 | 133 | 11 | 55 | 0 | 132 | 100 | 132 | 122 | 24 |
| Binary | 110010 | 1011011 | 1001 | 101101 | 0 | 1011010 | 1000000 | 1011010 | 1010010 | 10100 |
Color Harmonies of #325B09
Complementary color
Monochromatic Colors of #325B09
Black with #325B09
Text Example
Text Example
White with #325B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B09; }
p { color: rgb(50,91,9); }
H1.HeaderClassName
{
color: #325B09;
}
.AnyTagClassName
{
color: #325B09;
}
</style>
background-color css
<style>
a { background-color: #325B09; }
a { background-color: rgb(50,91,9); }
div.DivClassName
{
background-color: #325B09;
}
.BgClassName
{
background-color: #325B09;
}
</style>
border-color css
<style>
span { border-color: #325B09; }
span { border-color: rgb(50,91,9); }
td.TdClassName
{
border-color: #325B09;
}
.TagClassName
{
border-color: #325B09;
}
</style>