Shades of Hunter Green #356838
Tints of Hunter Green #356838
RGB
CMYK
RGB Variations
Color information
#356838 (or 0x356838) is known color: Hunter Green. HEX triplet: 35, 68 and 38. RGB value is (53,104,56). Sum of RGB (Red+Green+Blue) = 53+104+56=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #356838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356838 is #CA97C7. Grayscale: #535353. Windows color (decimal): -13277128 or 3696693. OLE color: 3696693.
HSL color Cylindrical-coordinate representation of color #356838: hue angle of 123.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356838 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 56 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.59 |
| HSL | 123.53º | 0.32% | 0.31% | - |
| HSV(B) | 123.53º | 0.49% | 0.41% | - |
| XYZ | 7.13 | 10.94 | 5.48 | - |
| YUV | 83.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 56 | 0.49 | 0 | 0.46 | 0.59 | 123.53 | 0.32 | 0.31 |
| Hex | 35 | 68 | 38 | 31 | 0 | 2E | 3B | 7C | 20 | 1F |
| Octal | 65 | 150 | 70 | 61 | 0 | 56 | 73 | 174 | 40 | 37 |
| Binary | 110101 | 1101000 | 111000 | 110001 | 0 | 101110 | 111011 | 1111100 | 100000 | 11111 |
Color Harmonies of #356838
Complementary color
Monochromatic Colors of #356838
Black with #356838
Text Example
Text Example
White with #356838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356838; }
p { color: rgb(53,104,56); }
H1.HeaderClassName
{
color: #356838;
}
.AnyTagClassName
{
color: #356838;
}
</style>
background-color css
<style>
a { background-color: #356838; }
a { background-color: rgb(53,104,56); }
div.DivClassName
{
background-color: #356838;
}
.BgClassName
{
background-color: #356838;
}
</style>
border-color css
<style>
span { border-color: #356838; }
span { border-color: rgb(53,104,56); }
td.TdClassName
{
border-color: #356838;
}
.TagClassName
{
border-color: #356838;
}
</style>