Shades of Hunter Green #356B41
Tints of Hunter Green #356B41
RGB
CMYK
RGB Variations
Color information
#356B41 (or 0x356B41) is known color: Hunter Green. HEX triplet: 35, 6B and 41. RGB value is (53,107,65). Sum of RGB (Red+Green+Blue) = 53+107+65=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #356B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B41 is #CA94BE. Grayscale: #565656. Windows color (decimal): -13276351 or 4287285. OLE color: 4287285.
HSL color Cylindrical-coordinate representation of color #356B41: hue angle of 133.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B41 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 65 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.58 |
| HSL | 133.33º | 0.34% | 0.31% | - |
| HSV(B) | 133.33º | 0.5% | 0.42% | - |
| XYZ | 7.68 | 11.65 | 6.85 | - |
| YUV | 86.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 65 | 0.50 | 0 | 0.39 | 0.58 | 133.33 | 0.34 | 0.31 |
| Hex | 35 | 6B | 41 | 32 | 0 | 27 | 3A | 85 | 22 | 1F |
| Octal | 65 | 153 | 101 | 62 | 0 | 47 | 72 | 205 | 42 | 37 |
| Binary | 110101 | 1101011 | 1000001 | 110010 | 0 | 100111 | 111010 | 10000101 | 100010 | 11111 |
Color Harmonies of #356B41
Complementary color
Monochromatic Colors of #356B41
Black with #356B41
Text Example
Text Example
White with #356B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B41; }
p { color: rgb(53,107,65); }
H1.HeaderClassName
{
color: #356B41;
}
.AnyTagClassName
{
color: #356B41;
}
</style>
background-color css
<style>
a { background-color: #356B41; }
a { background-color: rgb(53,107,65); }
div.DivClassName
{
background-color: #356B41;
}
.BgClassName
{
background-color: #356B41;
}
</style>
border-color css
<style>
span { border-color: #356B41; }
span { border-color: rgb(53,107,65); }
td.TdClassName
{
border-color: #356B41;
}
.TagClassName
{
border-color: #356B41;
}
</style>