Shades of Verdun Green #325403
Tints of Verdun Green #325403
RGB
CMYK
RGB Variations
Color information
#325403 (or 0x325403) is known color: Verdun Green. HEX triplet: 32, 54 and 03. RGB value is (50,84,3). Sum of RGB (Red+Green+Blue) = 50+84+3=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #325403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325403 is #CDABFC. Grayscale: #404040. Windows color (decimal): -13478909 or 218162. OLE color: 218162.
HSL color Cylindrical-coordinate representation of color #325403: hue angle of 85.19º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #325403 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 3 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.67 |
| HSL | 85.19º | 0.93% | 0.17% | - |
| HSV(B) | 85.19º | 0.96% | 0.33% | - |
| XYZ | 4.5 | 7.03 | 1.2 | - |
| YUV | 64.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 3 | 0.40 | 0 | 0.96 | 0.67 | 85.19 | 0.93 | 0.17 |
| Hex | 32 | 54 | 3 | 28 | 0 | 60 | 43 | 55 | 5D | 11 |
| Octal | 62 | 124 | 3 | 50 | 0 | 140 | 103 | 125 | 135 | 21 |
| Binary | 110010 | 1010100 | 11 | 101000 | 0 | 1100000 | 1000011 | 1010101 | 1011101 | 10001 |
Color Harmonies of #325403
Complementary color
Monochromatic Colors of #325403
Black with #325403
Text Example
Text Example
White with #325403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325403; }
p { color: rgb(50,84,3); }
H1.HeaderClassName
{
color: #325403;
}
.AnyTagClassName
{
color: #325403;
}
</style>
background-color css
<style>
a { background-color: #325403; }
a { background-color: rgb(50,84,3); }
div.DivClassName
{
background-color: #325403;
}
.BgClassName
{
background-color: #325403;
}
</style>
border-color css
<style>
span { border-color: #325403; }
span { border-color: rgb(50,84,3); }
td.TdClassName
{
border-color: #325403;
}
.TagClassName
{
border-color: #325403;
}
</style>