Shades of Verdun Green #325B07
Tints of Verdun Green #325B07
RGB
CMYK
RGB Variations
Color information
#325B07 (or 0x325B07) is known color: Verdun Green. HEX triplet: 32, 5B and 07. RGB value is (50,91,7). Sum of RGB (Red+Green+Blue) = 50+91+7=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #325B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B07 is #CDA4F8. Grayscale: #454545. Windows color (decimal): -13477113 or 482098. OLE color: 482098.
HSL color Cylindrical-coordinate representation of color #325B07: hue angle of 89.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #325B07 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 7 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.64 |
| HSL | 89.29º | 0.86% | 0.19% | - |
| HSV(B) | 89.29º | 0.92% | 0.36% | - |
| XYZ | 5.09 | 8.18 | 1.51 | - |
| YUV | 69.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 7 | 0.45 | 0 | 0.92 | 0.64 | 89.29 | 0.86 | 0.19 |
| Hex | 32 | 5B | 7 | 2D | 0 | 5C | 40 | 59 | 56 | 13 |
| Octal | 62 | 133 | 7 | 55 | 0 | 134 | 100 | 131 | 126 | 23 |
| Binary | 110010 | 1011011 | 111 | 101101 | 0 | 1011100 | 1000000 | 1011001 | 1010110 | 10011 |
Color Harmonies of #325B07
Complementary color
Monochromatic Colors of #325B07
Black with #325B07
Text Example
Text Example
White with #325B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B07; }
p { color: rgb(50,91,7); }
H1.HeaderClassName
{
color: #325B07;
}
.AnyTagClassName
{
color: #325B07;
}
</style>
background-color css
<style>
a { background-color: #325B07; }
a { background-color: rgb(50,91,7); }
div.DivClassName
{
background-color: #325B07;
}
.BgClassName
{
background-color: #325B07;
}
</style>
border-color css
<style>
span { border-color: #325B07; }
span { border-color: rgb(50,91,7); }
td.TdClassName
{
border-color: #325B07;
}
.TagClassName
{
border-color: #325B07;
}
</style>