Shades of Hunter Green #35623C
Tints of Hunter Green #35623C
RGB
CMYK
RGB Variations
Color information
#35623C (or 0x35623C) is known color: Hunter Green. HEX triplet: 35, 62 and 3C. RGB value is (53,98,60). Sum of RGB (Red+Green+Blue) = 53+98+60=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #35623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35623C is #CA9DC3. Grayscale: #505050. Windows color (decimal): -13278660 or 3957301. OLE color: 3957301.
HSL color Cylindrical-coordinate representation of color #35623C: hue angle of 129.33º 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 #35623C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 60 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.62 |
| HSL | 129.33º | 0.3% | 0.3% | - |
| HSV(B) | 129.33º | 0.46% | 0.38% | - |
| XYZ | 6.65 | 9.82 | 5.82 | - |
| YUV | 80.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 60 | 0.46 | 0 | 0.39 | 0.62 | 129.33 | 0.3 | 0.3 |
| Hex | 35 | 62 | 3C | 2E | 0 | 27 | 3E | 81 | 1E | 1E |
| Octal | 65 | 142 | 74 | 56 | 0 | 47 | 76 | 201 | 36 | 36 |
| Binary | 110101 | 1100010 | 111100 | 101110 | 0 | 100111 | 111110 | 10000001 | 11110 | 11110 |
Color Harmonies of #35623C
Complementary color
Monochromatic Colors of #35623C
Black with #35623C
Text Example
Text Example
White with #35623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35623C; }
p { color: rgb(53,98,60); }
H1.HeaderClassName
{
color: #35623C;
}
.AnyTagClassName
{
color: #35623C;
}
</style>
background-color css
<style>
a { background-color: #35623C; }
a { background-color: rgb(53,98,60); }
div.DivClassName
{
background-color: #35623C;
}
.BgClassName
{
background-color: #35623C;
}
</style>
border-color css
<style>
span { border-color: #35623C; }
span { border-color: rgb(53,98,60); }
td.TdClassName
{
border-color: #35623C;
}
.TagClassName
{
border-color: #35623C;
}
</style>