Shades of Hunter Green #355C3A
Tints of Hunter Green #355C3A
RGB
CMYK
RGB Variations
Color information
#355C3A (or 0x355C3A) is known color: Hunter Green. HEX triplet: 35, 5C and 3A. RGB value is (53,92,58). Sum of RGB (Red+Green+Blue) = 53+92+58=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #355C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C3A is #CAA3C5. Grayscale: #4C4C4C. Windows color (decimal): -13280198 or 3824693. OLE color: 3824693.
HSL color Cylindrical-coordinate representation of color #355C3A: hue angle of 127.69º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C3A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 58 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.64 |
| HSL | 127.69º | 0.27% | 0.28% | - |
| HSV(B) | 127.69º | 0.42% | 0.36% | - |
| XYZ | 6.06 | 8.72 | 5.37 | - |
| YUV | 76.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 58 | 0.42 | 0 | 0.37 | 0.64 | 127.69 | 0.27 | 0.28 |
| Hex | 35 | 5C | 3A | 2A | 0 | 25 | 40 | 80 | 1B | 1C |
| Octal | 65 | 134 | 72 | 52 | 0 | 45 | 100 | 200 | 33 | 34 |
| Binary | 110101 | 1011100 | 111010 | 101010 | 0 | 100101 | 1000000 | 10000000 | 11011 | 11100 |
Color Harmonies of #355C3A
Complementary color
Monochromatic Colors of #355C3A
Black with #355C3A
Text Example
Text Example
White with #355C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C3A; }
p { color: rgb(53,92,58); }
H1.HeaderClassName
{
color: #355C3A;
}
.AnyTagClassName
{
color: #355C3A;
}
</style>
background-color css
<style>
a { background-color: #355C3A; }
a { background-color: rgb(53,92,58); }
div.DivClassName
{
background-color: #355C3A;
}
.BgClassName
{
background-color: #355C3A;
}
</style>
border-color css
<style>
span { border-color: #355C3A; }
span { border-color: rgb(53,92,58); }
td.TdClassName
{
border-color: #355C3A;
}
.TagClassName
{
border-color: #355C3A;
}
</style>