Shades of Verdun Green #325C03
Tints of Verdun Green #325C03
RGB
CMYK
RGB Variations
Color information
#325C03 (or 0x325C03) is known color: Verdun Green. HEX triplet: 32, 5C and 03. RGB value is (50,92,3). Sum of RGB (Red+Green+Blue) = 50+92+3=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #325C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325C03 is #CDA3FC. Grayscale: #454545. Windows color (decimal): -13476861 or 220210. OLE color: 220210.
HSL color Cylindrical-coordinate representation of color #325C03: hue angle of 88.31º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #325C03 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 3 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.64 |
| HSL | 88.31º | 0.94% | 0.19% | - |
| HSV(B) | 88.31º | 0.97% | 0.36% | - |
| XYZ | 5.16 | 8.34 | 1.42 | - |
| YUV | 69.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 3 | 0.46 | 0 | 0.97 | 0.64 | 88.31 | 0.94 | 0.19 |
| Hex | 32 | 5C | 3 | 2E | 0 | 61 | 40 | 58 | 5E | 13 |
| Octal | 62 | 134 | 3 | 56 | 0 | 141 | 100 | 130 | 136 | 23 |
| Binary | 110010 | 1011100 | 11 | 101110 | 0 | 1100001 | 1000000 | 1011000 | 1011110 | 10011 |
Color Harmonies of #325C03
Complementary color
Monochromatic Colors of #325C03
Black with #325C03
Text Example
Text Example
White with #325C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C03; }
p { color: rgb(50,92,3); }
H1.HeaderClassName
{
color: #325C03;
}
.AnyTagClassName
{
color: #325C03;
}
</style>
background-color css
<style>
a { background-color: #325C03; }
a { background-color: rgb(50,92,3); }
div.DivClassName
{
background-color: #325C03;
}
.BgClassName
{
background-color: #325C03;
}
</style>
border-color css
<style>
span { border-color: #325C03; }
span { border-color: rgb(50,92,3); }
td.TdClassName
{
border-color: #325C03;
}
.TagClassName
{
border-color: #325C03;
}
</style>