Shades of Verdun Green #33580F
Tints of Verdun Green #33580F
RGB
CMYK
RGB Variations
Color information
#33580F (or 0x33580F) is known color: Verdun Green. HEX triplet: 33, 58 and 0F. RGB value is (51,88,15). Sum of RGB (Red+Green+Blue) = 51+88+15=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #33580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33580F is #CCA7F0. Grayscale: #444444. Windows color (decimal): -13412337 or 1005619. OLE color: 1005619.
HSL color Cylindrical-coordinate representation of color #33580F: hue angle of 90.41º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33580F is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 88 | 15 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.65 |
| HSL | 90.41º | 0.71% | 0.2% | - |
| HSV(B) | 90.41º | 0.83% | 0.35% | - |
| XYZ | 4.94 | 7.72 | 1.68 | - |
| YUV | 68.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 15 | 0.42 | 0 | 0.83 | 0.65 | 90.41 | 0.71 | 0.2 |
| Hex | 33 | 58 | F | 2A | 0 | 53 | 41 | 5A | 47 | 14 |
| Octal | 63 | 130 | 17 | 52 | 0 | 123 | 101 | 132 | 107 | 24 |
| Binary | 110011 | 1011000 | 1111 | 101010 | 0 | 1010011 | 1000001 | 1011010 | 1000111 | 10100 |
Color Harmonies of #33580F
Complementary color
Monochromatic Colors of #33580F
Black with #33580F
Text Example
Text Example
White with #33580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33580F; }
p { color: rgb(51,88,15); }
H1.HeaderClassName
{
color: #33580F;
}
.AnyTagClassName
{
color: #33580F;
}
</style>
background-color css
<style>
a { background-color: #33580F; }
a { background-color: rgb(51,88,15); }
div.DivClassName
{
background-color: #33580F;
}
.BgClassName
{
background-color: #33580F;
}
</style>
border-color css
<style>
span { border-color: #33580F; }
span { border-color: rgb(51,88,15); }
td.TdClassName
{
border-color: #33580F;
}
.TagClassName
{
border-color: #33580F;
}
</style>