Shades of Verdun Green #325808
Tints of Verdun Green #325808
RGB
CMYK
RGB Variations
Color information
#325808 (or 0x325808) is known color: Verdun Green. HEX triplet: 32, 58 and 08. RGB value is (50,88,8). Sum of RGB (Red+Green+Blue) = 50+88+8=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #325808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325808 is #CDA7F7. Grayscale: #434343. Windows color (decimal): -13477880 or 546866. OLE color: 546866.
HSL color Cylindrical-coordinate representation of color #325808: hue angle of 88.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #325808 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 8 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.65 |
| HSL | 88.5º | 0.83% | 0.19% | - |
| HSV(B) | 88.5º | 0.91% | 0.35% | - |
| XYZ | 4.85 | 7.68 | 1.46 | - |
| YUV | 67.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 8 | 0.43 | 0 | 0.91 | 0.65 | 88.5 | 0.83 | 0.19 |
| Hex | 32 | 58 | 8 | 2B | 0 | 5B | 41 | 58 | 53 | 13 |
| Octal | 62 | 130 | 10 | 53 | 0 | 133 | 101 | 130 | 123 | 23 |
| Binary | 110010 | 1011000 | 1000 | 101011 | 0 | 1011011 | 1000001 | 1011000 | 1010011 | 10011 |
Color Harmonies of #325808
Complementary color
Monochromatic Colors of #325808
Black with #325808
Text Example
Text Example
White with #325808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325808; }
p { color: rgb(50,88,8); }
H1.HeaderClassName
{
color: #325808;
}
.AnyTagClassName
{
color: #325808;
}
</style>
background-color css
<style>
a { background-color: #325808; }
a { background-color: rgb(50,88,8); }
div.DivClassName
{
background-color: #325808;
}
.BgClassName
{
background-color: #325808;
}
</style>
border-color css
<style>
span { border-color: #325808; }
span { border-color: rgb(50,88,8); }
td.TdClassName
{
border-color: #325808;
}
.TagClassName
{
border-color: #325808;
}
</style>