Shades of Hunter Green #35653F
Tints of Hunter Green #35653F
RGB
CMYK
RGB Variations
Color information
#35653F (or 0x35653F) is known color: Hunter Green. HEX triplet: 35, 65 and 3F. RGB value is (53,101,63). Sum of RGB (Red+Green+Blue) = 53+101+63=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #35653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35653F is #CA9AC0. Grayscale: #525252. Windows color (decimal): -13277889 or 4154677. OLE color: 4154677.
HSL color Cylindrical-coordinate representation of color #35653F: hue angle of 132.5º 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 #35653F is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 63 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.60 |
| HSL | 132.5º | 0.31% | 0.3% | - |
| HSV(B) | 132.5º | 0.48% | 0.4% | - |
| XYZ | 7.02 | 10.42 | 6.34 | - |
| YUV | 82.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 63 | 0.48 | 0 | 0.38 | 0.60 | 132.5 | 0.31 | 0.3 |
| Hex | 35 | 65 | 3F | 30 | 0 | 26 | 3C | 84 | 1F | 1E |
| Octal | 65 | 145 | 77 | 60 | 0 | 46 | 74 | 204 | 37 | 36 |
| Binary | 110101 | 1100101 | 111111 | 110000 | 0 | 100110 | 111100 | 10000100 | 11111 | 11110 |
Color Harmonies of #35653F
Complementary color
Monochromatic Colors of #35653F
Black with #35653F
Text Example
Text Example
White with #35653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35653F; }
p { color: rgb(53,101,63); }
H1.HeaderClassName
{
color: #35653F;
}
.AnyTagClassName
{
color: #35653F;
}
</style>
background-color css
<style>
a { background-color: #35653F; }
a { background-color: rgb(53,101,63); }
div.DivClassName
{
background-color: #35653F;
}
.BgClassName
{
background-color: #35653F;
}
</style>
border-color css
<style>
span { border-color: #35653F; }
span { border-color: rgb(53,101,63); }
td.TdClassName
{
border-color: #35653F;
}
.TagClassName
{
border-color: #35653F;
}
</style>