Shades of Verdun Green #33580D
Tints of Verdun Green #33580D
RGB
CMYK
RGB Variations
Color information
#33580D (or 0x33580D) is known color: Verdun Green. HEX triplet: 33, 58 and 0D. RGB value is (51,88,13). Sum of RGB (Red+Green+Blue) = 51+88+13=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #33580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33580D is #CCA7F2. Grayscale: #444444. Windows color (decimal): -13412339 or 874547. OLE color: 874547.
HSL color Cylindrical-coordinate representation of color #33580D: hue angle of 89.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33580D is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 88 | 13 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.65 |
| HSL | 89.6º | 0.74% | 0.2% | - |
| HSV(B) | 89.6º | 0.85% | 0.35% | - |
| XYZ | 4.93 | 7.71 | 1.61 | - |
| YUV | 68.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 13 | 0.42 | 0 | 0.85 | 0.65 | 89.6 | 0.74 | 0.2 |
| Hex | 33 | 58 | D | 2A | 0 | 55 | 41 | 5A | 4A | 14 |
| Octal | 63 | 130 | 15 | 52 | 0 | 125 | 101 | 132 | 112 | 24 |
| Binary | 110011 | 1011000 | 1101 | 101010 | 0 | 1010101 | 1000001 | 1011010 | 1001010 | 10100 |
Color Harmonies of #33580D
Complementary color
Monochromatic Colors of #33580D
Black with #33580D
Text Example
Text Example
White with #33580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33580D; }
p { color: rgb(51,88,13); }
H1.HeaderClassName
{
color: #33580D;
}
.AnyTagClassName
{
color: #33580D;
}
</style>
background-color css
<style>
a { background-color: #33580D; }
a { background-color: rgb(51,88,13); }
div.DivClassName
{
background-color: #33580D;
}
.BgClassName
{
background-color: #33580D;
}
</style>
border-color css
<style>
span { border-color: #33580D; }
span { border-color: rgb(51,88,13); }
td.TdClassName
{
border-color: #33580D;
}
.TagClassName
{
border-color: #33580D;
}
</style>