Shades of Verdun Green #325300
Tints of Verdun Green #325300
RGB
CMYK
RGB Variations
Color information
#325300 (or 0x325300) is known color: Verdun Green. HEX triplet: 32, 53 and 00. RGB value is (50,83,0). Sum of RGB (Red+Green+Blue) = 50+83+0=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #325300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325300 is #CDACFF. Grayscale: #3F3F3F. Windows color (decimal): -13479168 or 21298. OLE color: 21298.
HSL color Cylindrical-coordinate representation of color #325300: hue angle of 83.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #325300 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.67 |
| HSL | 83.86º | 1% | 0.16% | - |
| HSV(B) | 83.86º | 1% | 0.33% | - |
| XYZ | 4.41 | 6.86 | 1.09 | - |
| YUV | 63.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 0 | 0.40 | 0 | 1 | 0.67 | 83.86 | 1 | 0.16 |
| Hex | 32 | 53 | 0 | 28 | 0 | 64 | 43 | 54 | 64 | 10 |
| Octal | 62 | 123 | 0 | 50 | 0 | 144 | 103 | 124 | 144 | 20 |
| Binary | 110010 | 1010011 | 0 | 101000 | 0 | 1100100 | 1000011 | 1010100 | 1100100 | 10000 |
Color Harmonies of #325300
Complementary color
Monochromatic Colors of #325300
Black with #325300
Text Example
Text Example
White with #325300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325300; }
p { color: rgb(50,83,0); }
H1.HeaderClassName
{
color: #325300;
}
.AnyTagClassName
{
color: #325300;
}
</style>
background-color css
<style>
a { background-color: #325300; }
a { background-color: rgb(50,83,0); }
div.DivClassName
{
background-color: #325300;
}
.BgClassName
{
background-color: #325300;
}
</style>
border-color css
<style>
span { border-color: #325300; }
span { border-color: rgb(50,83,0); }
td.TdClassName
{
border-color: #325300;
}
.TagClassName
{
border-color: #325300;
}
</style>