Shades of Hunter Green #33683C
Tints of Hunter Green #33683C
RGB
CMYK
RGB Variations
Color information
#33683C (or 0x33683C) is known color: Hunter Green. HEX triplet: 33, 68 and 3C. RGB value is (51,104,60). Sum of RGB (Red+Green+Blue) = 51+104+60=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #33683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33683C is #CC97C3. Grayscale: #535353. Windows color (decimal): -13408196 or 3958835. OLE color: 3958835.
HSL color Cylindrical-coordinate representation of color #33683C: hue angle of 130.19º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33683C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 60 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.59 |
| HSL | 130.19º | 0.34% | 0.3% | - |
| HSV(B) | 130.19º | 0.51% | 0.41% | - |
| XYZ | 7.13 | 10.93 | 6.01 | - |
| YUV | 83.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 60 | 0.51 | 0 | 0.42 | 0.59 | 130.19 | 0.34 | 0.3 |
| Hex | 33 | 68 | 3C | 33 | 0 | 2A | 3B | 82 | 22 | 1E |
| Octal | 63 | 150 | 74 | 63 | 0 | 52 | 73 | 202 | 42 | 36 |
| Binary | 110011 | 1101000 | 111100 | 110011 | 0 | 101010 | 111011 | 10000010 | 100010 | 11110 |
Color Harmonies of #33683C
Complementary color
Monochromatic Colors of #33683C
Black with #33683C
Text Example
Text Example
White with #33683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33683C; }
p { color: rgb(51,104,60); }
H1.HeaderClassName
{
color: #33683C;
}
.AnyTagClassName
{
color: #33683C;
}
</style>
background-color css
<style>
a { background-color: #33683C; }
a { background-color: rgb(51,104,60); }
div.DivClassName
{
background-color: #33683C;
}
.BgClassName
{
background-color: #33683C;
}
</style>
border-color css
<style>
span { border-color: #33683C; }
span { border-color: rgb(51,104,60); }
td.TdClassName
{
border-color: #33683C;
}
.TagClassName
{
border-color: #33683C;
}
</style>