Shades of Hunter Green #35623B
Tints of Hunter Green #35623B
RGB
CMYK
RGB Variations
Color information
#35623B (or 0x35623B) is known color: Hunter Green. HEX triplet: 35, 62 and 3B. RGB value is (53,98,59). Sum of RGB (Red+Green+Blue) = 53+98+59=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #35623B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35623B is #CA9DC4. Grayscale: #505050. Windows color (decimal): -13278661 or 3891765. OLE color: 3891765.
HSL color Cylindrical-coordinate representation of color #35623B: hue angle of 128º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35623B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 59 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.62 |
| HSL | 128º | 0.3% | 0.3% | - |
| HSV(B) | 128º | 0.46% | 0.38% | - |
| XYZ | 6.63 | 9.81 | 5.68 | - |
| YUV | 80.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 59 | 0.46 | 0 | 0.40 | 0.62 | 128 | 0.3 | 0.3 |
| Hex | 35 | 62 | 3B | 2E | 0 | 28 | 3E | 80 | 1E | 1E |
| Octal | 65 | 142 | 73 | 56 | 0 | 50 | 76 | 200 | 36 | 36 |
| Binary | 110101 | 1100010 | 111011 | 101110 | 0 | 101000 | 111110 | 10000000 | 11110 | 11110 |
Color Harmonies of #35623B
Complementary color
Monochromatic Colors of #35623B
Black with #35623B
Text Example
Text Example
White with #35623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35623B; }
p { color: rgb(53,98,59); }
H1.HeaderClassName
{
color: #35623B;
}
.AnyTagClassName
{
color: #35623B;
}
</style>
background-color css
<style>
a { background-color: #35623B; }
a { background-color: rgb(53,98,59); }
div.DivClassName
{
background-color: #35623B;
}
.BgClassName
{
background-color: #35623B;
}
</style>
border-color css
<style>
span { border-color: #35623B; }
span { border-color: rgb(53,98,59); }
td.TdClassName
{
border-color: #35623B;
}
.TagClassName
{
border-color: #35623B;
}
</style>