Shades of Hunter Green #355B3B
Tints of Hunter Green #355B3B
RGB
CMYK
RGB Variations
Color information
#355B3B (or 0x355B3B) is known color: Hunter Green. HEX triplet: 35, 5B and 3B. RGB value is (53,91,59). Sum of RGB (Red+Green+Blue) = 53+91+59=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #355B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B3B is #CAA4C4. Grayscale: #4C4C4C. Windows color (decimal): -13280453 or 3889973. OLE color: 3889973.
HSL color Cylindrical-coordinate representation of color #355B3B: hue angle of 129.47º 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 #355B3B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 59 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.64 |
| HSL | 129.47º | 0.26% | 0.28% | - |
| HSV(B) | 129.47º | 0.42% | 0.36% | - |
| XYZ | 6 | 8.55 | 5.47 | - |
| YUV | 75.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 59 | 0.42 | 0 | 0.35 | 0.64 | 129.47 | 0.26 | 0.28 |
| Hex | 35 | 5B | 3B | 2A | 0 | 23 | 40 | 81 | 1A | 1C |
| Octal | 65 | 133 | 73 | 52 | 0 | 43 | 100 | 201 | 32 | 34 |
| Binary | 110101 | 1011011 | 111011 | 101010 | 0 | 100011 | 1000000 | 10000001 | 11010 | 11100 |
Color Harmonies of #355B3B
Complementary color
Monochromatic Colors of #355B3B
Black with #355B3B
Text Example
Text Example
White with #355B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B3B; }
p { color: rgb(53,91,59); }
H1.HeaderClassName
{
color: #355B3B;
}
.AnyTagClassName
{
color: #355B3B;
}
</style>
background-color css
<style>
a { background-color: #355B3B; }
a { background-color: rgb(53,91,59); }
div.DivClassName
{
background-color: #355B3B;
}
.BgClassName
{
background-color: #355B3B;
}
</style>
border-color css
<style>
span { border-color: #355B3B; }
span { border-color: rgb(53,91,59); }
td.TdClassName
{
border-color: #355B3B;
}
.TagClassName
{
border-color: #355B3B;
}
</style>