Shades of Hunter Green #35653E
Tints of Hunter Green #35653E
RGB
CMYK
RGB Variations
Color information
#35653E (or 0x35653E) is known color: Hunter Green. HEX triplet: 35, 65 and 3E. RGB value is (53,101,62). Sum of RGB (Red+Green+Blue) = 53+101+62=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #35653E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35653E is #CA9AC1. Grayscale: #525252. Windows color (decimal): -13277890 or 4089141. OLE color: 4089141.
HSL color Cylindrical-coordinate representation of color #35653E: hue angle of 131.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35653E is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 62 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.60 |
| HSL | 131.25º | 0.31% | 0.3% | - |
| HSV(B) | 131.25º | 0.48% | 0.4% | - |
| XYZ | 6.99 | 10.41 | 6.2 | - |
| YUV | 82.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 62 | 0.48 | 0 | 0.39 | 0.60 | 131.25 | 0.31 | 0.3 |
| Hex | 35 | 65 | 3E | 30 | 0 | 27 | 3C | 83 | 1F | 1E |
| Octal | 65 | 145 | 76 | 60 | 0 | 47 | 74 | 203 | 37 | 36 |
| Binary | 110101 | 1100101 | 111110 | 110000 | 0 | 100111 | 111100 | 10000011 | 11111 | 11110 |
Color Harmonies of #35653E
Complementary color
Monochromatic Colors of #35653E
Black with #35653E
Text Example
Text Example
White with #35653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35653E; }
p { color: rgb(53,101,62); }
H1.HeaderClassName
{
color: #35653E;
}
.AnyTagClassName
{
color: #35653E;
}
</style>
background-color css
<style>
a { background-color: #35653E; }
a { background-color: rgb(53,101,62); }
div.DivClassName
{
background-color: #35653E;
}
.BgClassName
{
background-color: #35653E;
}
</style>
border-color css
<style>
span { border-color: #35653E; }
span { border-color: rgb(53,101,62); }
td.TdClassName
{
border-color: #35653E;
}
.TagClassName
{
border-color: #35653E;
}
</style>