Shades of Hunter Green #356745
Tints of Hunter Green #356745
RGB
CMYK
RGB Variations
Color information
#356745 (or 0x356745) is known color: Hunter Green. HEX triplet: 35, 67 and 45. RGB value is (53,103,69). Sum of RGB (Red+Green+Blue) = 53+103+69=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #356745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356745 is #CA98BA. Grayscale: #545454. Windows color (decimal): -13277371 or 4548405. OLE color: 4548405.
HSL color Cylindrical-coordinate representation of color #356745: hue angle of 139.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356745 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 103 | 69 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.60 |
| HSL | 139.2º | 0.32% | 0.31% | - |
| HSV(B) | 139.2º | 0.49% | 0.4% | - |
| XYZ | 7.39 | 10.89 | 7.34 | - |
| YUV | 84.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 69 | 0.49 | 0 | 0.33 | 0.60 | 139.2 | 0.32 | 0.31 |
| Hex | 35 | 67 | 45 | 31 | 0 | 21 | 3C | 8B | 20 | 1F |
| Octal | 65 | 147 | 105 | 61 | 0 | 41 | 74 | 213 | 40 | 37 |
| Binary | 110101 | 1100111 | 1000101 | 110001 | 0 | 100001 | 111100 | 10001011 | 100000 | 11111 |
Color Harmonies of #356745
Complementary color
Monochromatic Colors of #356745
Black with #356745
Text Example
Text Example
White with #356745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356745; }
p { color: rgb(53,103,69); }
H1.HeaderClassName
{
color: #356745;
}
.AnyTagClassName
{
color: #356745;
}
</style>
background-color css
<style>
a { background-color: #356745; }
a { background-color: rgb(53,103,69); }
div.DivClassName
{
background-color: #356745;
}
.BgClassName
{
background-color: #356745;
}
</style>
border-color css
<style>
span { border-color: #356745; }
span { border-color: rgb(53,103,69); }
td.TdClassName
{
border-color: #356745;
}
.TagClassName
{
border-color: #356745;
}
</style>