Shades of Hunter Green #355C3B
Tints of Hunter Green #355C3B
RGB
CMYK
RGB Variations
Color information
#355C3B (or 0x355C3B) is known color: Hunter Green. HEX triplet: 35, 5C and 3B. RGB value is (53,92,59). Sum of RGB (Red+Green+Blue) = 53+92+59=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #355C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C3B is #CAA3C4. Grayscale: #4C4C4C. Windows color (decimal): -13280197 or 3890229. OLE color: 3890229.
HSL color Cylindrical-coordinate representation of color #355C3B: hue angle of 129.23º 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 #355C3B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 59 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.64 |
| HSL | 129.23º | 0.27% | 0.28% | - |
| HSV(B) | 129.23º | 0.42% | 0.36% | - |
| XYZ | 6.08 | 8.73 | 5.5 | - |
| YUV | 76.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 59 | 0.42 | 0 | 0.36 | 0.64 | 129.23 | 0.27 | 0.28 |
| Hex | 35 | 5C | 3B | 2A | 0 | 24 | 40 | 81 | 1B | 1C |
| Octal | 65 | 134 | 73 | 52 | 0 | 44 | 100 | 201 | 33 | 34 |
| Binary | 110101 | 1011100 | 111011 | 101010 | 0 | 100100 | 1000000 | 10000001 | 11011 | 11100 |
Color Harmonies of #355C3B
Complementary color
Monochromatic Colors of #355C3B
Black with #355C3B
Text Example
Text Example
White with #355C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C3B; }
p { color: rgb(53,92,59); }
H1.HeaderClassName
{
color: #355C3B;
}
.AnyTagClassName
{
color: #355C3B;
}
</style>
background-color css
<style>
a { background-color: #355C3B; }
a { background-color: rgb(53,92,59); }
div.DivClassName
{
background-color: #355C3B;
}
.BgClassName
{
background-color: #355C3B;
}
</style>
border-color css
<style>
span { border-color: #355C3B; }
span { border-color: rgb(53,92,59); }
td.TdClassName
{
border-color: #355C3B;
}
.TagClassName
{
border-color: #355C3B;
}
</style>