Shades of Verdun Green #33570A
Tints of Verdun Green #33570A
RGB
CMYK
RGB Variations
Color information
#33570A (or 0x33570A) is known color: Verdun Green. HEX triplet: 33, 57 and 0A. RGB value is (51,87,10). Sum of RGB (Red+Green+Blue) = 51+87+10=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #33570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33570A is #CCA8F5. Grayscale: #434343. Windows color (decimal): -13412598 or 677683. OLE color: 677683.
HSL color Cylindrical-coordinate representation of color #33570A: hue angle of 88.05º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33570A is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 87 | 10 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.66 |
| HSL | 88.05º | 0.79% | 0.19% | - |
| HSV(B) | 88.05º | 0.89% | 0.34% | - |
| XYZ | 4.83 | 7.54 | 1.49 | - |
| YUV | 67.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 87 | 10 | 0.41 | 0 | 0.89 | 0.66 | 88.05 | 0.79 | 0.19 |
| Hex | 33 | 57 | A | 29 | 0 | 59 | 42 | 58 | 4F | 13 |
| Octal | 63 | 127 | 12 | 51 | 0 | 131 | 102 | 130 | 117 | 23 |
| Binary | 110011 | 1010111 | 1010 | 101001 | 0 | 1011001 | 1000010 | 1011000 | 1001111 | 10011 |
Color Harmonies of #33570A
Complementary color
Monochromatic Colors of #33570A
Black with #33570A
Text Example
Text Example
White with #33570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33570A; }
p { color: rgb(51,87,10); }
H1.HeaderClassName
{
color: #33570A;
}
.AnyTagClassName
{
color: #33570A;
}
</style>
background-color css
<style>
a { background-color: #33570A; }
a { background-color: rgb(51,87,10); }
div.DivClassName
{
background-color: #33570A;
}
.BgClassName
{
background-color: #33570A;
}
</style>
border-color css
<style>
span { border-color: #33570A; }
span { border-color: rgb(51,87,10); }
td.TdClassName
{
border-color: #33570A;
}
.TagClassName
{
border-color: #33570A;
}
</style>