Shades of Hunter Green #355B3C
Tints of Hunter Green #355B3C
RGB
CMYK
RGB Variations
Color information
#355B3C (or 0x355B3C) is known color: Hunter Green. HEX triplet: 35, 5B and 3C. RGB value is (53,91,60). Sum of RGB (Red+Green+Blue) = 53+91+60=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #355B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B3C is #CAA4C3. Grayscale: #4C4C4C. Windows color (decimal): -13280452 or 3955509. OLE color: 3955509.
HSL color Cylindrical-coordinate representation of color #355B3C: hue angle of 131.05º degrees, saturation: 0.26, 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 #355B3C is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 60 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.64 |
| HSL | 131.05º | 0.26% | 0.28% | - |
| HSV(B) | 131.05º | 0.42% | 0.36% | - |
| XYZ | 6.02 | 8.57 | 5.61 | - |
| YUV | 76.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 60 | 0.42 | 0 | 0.34 | 0.64 | 131.05 | 0.26 | 0.28 |
| Hex | 35 | 5B | 3C | 2A | 0 | 22 | 40 | 83 | 1A | 1C |
| Octal | 65 | 133 | 74 | 52 | 0 | 42 | 100 | 203 | 32 | 34 |
| Binary | 110101 | 1011011 | 111100 | 101010 | 0 | 100010 | 1000000 | 10000011 | 11010 | 11100 |
Color Harmonies of #355B3C
Complementary color
Monochromatic Colors of #355B3C
Black with #355B3C
Text Example
Text Example
White with #355B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B3C; }
p { color: rgb(53,91,60); }
H1.HeaderClassName
{
color: #355B3C;
}
.AnyTagClassName
{
color: #355B3C;
}
</style>
background-color css
<style>
a { background-color: #355B3C; }
a { background-color: rgb(53,91,60); }
div.DivClassName
{
background-color: #355B3C;
}
.BgClassName
{
background-color: #355B3C;
}
</style>
border-color css
<style>
span { border-color: #355B3C; }
span { border-color: rgb(53,91,60); }
td.TdClassName
{
border-color: #355B3C;
}
.TagClassName
{
border-color: #355B3C;
}
</style>