Shades of Hunter Green #33693D
Tints of Hunter Green #33693D
RGB
CMYK
RGB Variations
Color information
#33693D (or 0x33693D) is known color: Hunter Green. HEX triplet: 33, 69 and 3D. RGB value is (51,105,61). Sum of RGB (Red+Green+Blue) = 51+105+61=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #33693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33693D is #CC96C2. Grayscale: #535353. Windows color (decimal): -13407939 or 4024627. OLE color: 4024627.
HSL color Cylindrical-coordinate representation of color #33693D: hue angle of 131.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33693D is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 61 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.59 |
| HSL | 131.11º | 0.35% | 0.31% | - |
| HSV(B) | 131.11º | 0.51% | 0.41% | - |
| XYZ | 7.26 | 11.14 | 6.18 | - |
| YUV | 83.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 61 | 0.51 | 0 | 0.42 | 0.59 | 131.11 | 0.35 | 0.31 |
| Hex | 33 | 69 | 3D | 33 | 0 | 2A | 3B | 83 | 23 | 1F |
| Octal | 63 | 151 | 75 | 63 | 0 | 52 | 73 | 203 | 43 | 37 |
| Binary | 110011 | 1101001 | 111101 | 110011 | 0 | 101010 | 111011 | 10000011 | 100011 | 11111 |
Color Harmonies of #33693D
Complementary color
Monochromatic Colors of #33693D
Black with #33693D
Text Example
Text Example
White with #33693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33693D; }
p { color: rgb(51,105,61); }
H1.HeaderClassName
{
color: #33693D;
}
.AnyTagClassName
{
color: #33693D;
}
</style>
background-color css
<style>
a { background-color: #33693D; }
a { background-color: rgb(51,105,61); }
div.DivClassName
{
background-color: #33693D;
}
.BgClassName
{
background-color: #33693D;
}
</style>
border-color css
<style>
span { border-color: #33693D; }
span { border-color: rgb(51,105,61); }
td.TdClassName
{
border-color: #33693D;
}
.TagClassName
{
border-color: #33693D;
}
</style>