Shades of Hunter Green #33663D
Tints of Hunter Green #33663D
RGB
CMYK
RGB Variations
Color information
#33663D (or 0x33663D) is known color: Hunter Green. HEX triplet: 33, 66 and 3D. RGB value is (51,102,61). Sum of RGB (Red+Green+Blue) = 51+102+61=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #33663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33663D is #CC99C2. Grayscale: #525252. Windows color (decimal): -13408707 or 4023859. OLE color: 4023859.
HSL color Cylindrical-coordinate representation of color #33663D: hue angle of 131.76º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #33663D is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 61 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.6 |
| HSL | 131.76º | 0.33% | 0.3% | - |
| HSV(B) | 131.76º | 0.5% | 0.4% | - |
| XYZ | 6.96 | 10.54 | 6.08 | - |
| YUV | 82.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 61 | 0.5 | 0 | 0.40 | 0.6 | 131.76 | 0.33 | 0.3 |
| Hex | 33 | 66 | 3D | 32 | 0 | 28 | 3C | 84 | 21 | 1E |
| Octal | 63 | 146 | 75 | 62 | 0 | 50 | 74 | 204 | 41 | 36 |
| Binary | 110011 | 1100110 | 111101 | 110010 | 0 | 101000 | 111100 | 10000100 | 100001 | 11110 |
Color Harmonies of #33663D
Complementary color
Monochromatic Colors of #33663D
Black with #33663D
Text Example
Text Example
White with #33663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33663D; }
p { color: rgb(51,102,61); }
H1.HeaderClassName
{
color: #33663D;
}
.AnyTagClassName
{
color: #33663D;
}
</style>
background-color css
<style>
a { background-color: #33663D; }
a { background-color: rgb(51,102,61); }
div.DivClassName
{
background-color: #33663D;
}
.BgClassName
{
background-color: #33663D;
}
</style>
border-color css
<style>
span { border-color: #33663D; }
span { border-color: rgb(51,102,61); }
td.TdClassName
{
border-color: #33663D;
}
.TagClassName
{
border-color: #33663D;
}
</style>