Shades of Hunter Green #35633C
Tints of Hunter Green #35633C
RGB
CMYK
RGB Variations
Color information
#35633C (or 0x35633C) is known color: Hunter Green. HEX triplet: 35, 63 and 3C. RGB value is (53,99,60). Sum of RGB (Red+Green+Blue) = 53+99+60=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #35633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35633C is #CA9CC3. Grayscale: #505050. Windows color (decimal): -13278404 or 3957557. OLE color: 3957557.
HSL color Cylindrical-coordinate representation of color #35633C: hue angle of 129.13º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35633C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 60 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.61 |
| HSL | 129.13º | 0.3% | 0.3% | - |
| HSV(B) | 129.13º | 0.46% | 0.39% | - |
| XYZ | 6.75 | 10.01 | 5.85 | - |
| YUV | 80.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 60 | 0.46 | 0 | 0.39 | 0.61 | 129.13 | 0.3 | 0.3 |
| Hex | 35 | 63 | 3C | 2E | 0 | 27 | 3D | 81 | 1E | 1E |
| Octal | 65 | 143 | 74 | 56 | 0 | 47 | 75 | 201 | 36 | 36 |
| Binary | 110101 | 1100011 | 111100 | 101110 | 0 | 100111 | 111101 | 10000001 | 11110 | 11110 |
Color Harmonies of #35633C
Complementary color
Monochromatic Colors of #35633C
Black with #35633C
Text Example
Text Example
White with #35633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35633C; }
p { color: rgb(53,99,60); }
H1.HeaderClassName
{
color: #35633C;
}
.AnyTagClassName
{
color: #35633C;
}
</style>
background-color css
<style>
a { background-color: #35633C; }
a { background-color: rgb(53,99,60); }
div.DivClassName
{
background-color: #35633C;
}
.BgClassName
{
background-color: #35633C;
}
</style>
border-color css
<style>
span { border-color: #35633C; }
span { border-color: rgb(53,99,60); }
td.TdClassName
{
border-color: #35633C;
}
.TagClassName
{
border-color: #35633C;
}
</style>