Shades of Verdun Green #33580A
Tints of Verdun Green #33580A
RGB
CMYK
RGB Variations
Color information
#33580A (or 0x33580A) is known color: Verdun Green. HEX triplet: 33, 58 and 0A. RGB value is (51,88,10). Sum of RGB (Red+Green+Blue) = 51+88+10=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #33580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33580A is #CCA7F5. Grayscale: #444444. Windows color (decimal): -13412342 or 677939. OLE color: 677939.
HSL color Cylindrical-coordinate representation of color #33580A: hue angle of 88.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33580A is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 88 | 10 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.65 |
| HSL | 88.46º | 0.8% | 0.19% | - |
| HSV(B) | 88.46º | 0.89% | 0.35% | - |
| XYZ | 4.91 | 7.71 | 1.52 | - |
| YUV | 68.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 10 | 0.42 | 0 | 0.89 | 0.65 | 88.46 | 0.8 | 0.19 |
| Hex | 33 | 58 | A | 2A | 0 | 59 | 41 | 58 | 50 | 13 |
| Octal | 63 | 130 | 12 | 52 | 0 | 131 | 101 | 130 | 120 | 23 |
| Binary | 110011 | 1011000 | 1010 | 101010 | 0 | 1011001 | 1000001 | 1011000 | 1010000 | 10011 |
Color Harmonies of #33580A
Complementary color
Monochromatic Colors of #33580A
Black with #33580A
Text Example
Text Example
White with #33580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33580A; }
p { color: rgb(51,88,10); }
H1.HeaderClassName
{
color: #33580A;
}
.AnyTagClassName
{
color: #33580A;
}
</style>
background-color css
<style>
a { background-color: #33580A; }
a { background-color: rgb(51,88,10); }
div.DivClassName
{
background-color: #33580A;
}
.BgClassName
{
background-color: #33580A;
}
</style>
border-color css
<style>
span { border-color: #33580A; }
span { border-color: rgb(51,88,10); }
td.TdClassName
{
border-color: #33580A;
}
.TagClassName
{
border-color: #33580A;
}
</style>