Shades of Hunter Green #355C3D
Tints of Hunter Green #355C3D
RGB
CMYK
RGB Variations
Color information
#355C3D (or 0x355C3D) is known color: Hunter Green. HEX triplet: 35, 5C and 3D. RGB value is (53,92,61). Sum of RGB (Red+Green+Blue) = 53+92+61=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #355C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C3D is #CAA3C2. Grayscale: #4C4C4C. Windows color (decimal): -13280195 or 4021301. OLE color: 4021301.
HSL color Cylindrical-coordinate representation of color #355C3D: hue angle of 132.31º 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 #355C3D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 61 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.64 |
| HSL | 132.31º | 0.27% | 0.28% | - |
| HSV(B) | 132.31º | 0.42% | 0.36% | - |
| XYZ | 6.14 | 8.75 | 5.78 | - |
| YUV | 76.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 61 | 0.42 | 0 | 0.34 | 0.64 | 132.31 | 0.27 | 0.28 |
| Hex | 35 | 5C | 3D | 2A | 0 | 22 | 40 | 84 | 1B | 1C |
| Octal | 65 | 134 | 75 | 52 | 0 | 42 | 100 | 204 | 33 | 34 |
| Binary | 110101 | 1011100 | 111101 | 101010 | 0 | 100010 | 1000000 | 10000100 | 11011 | 11100 |
Color Harmonies of #355C3D
Complementary color
Monochromatic Colors of #355C3D
Black with #355C3D
Text Example
Text Example
White with #355C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C3D; }
p { color: rgb(53,92,61); }
H1.HeaderClassName
{
color: #355C3D;
}
.AnyTagClassName
{
color: #355C3D;
}
</style>
background-color css
<style>
a { background-color: #355C3D; }
a { background-color: rgb(53,92,61); }
div.DivClassName
{
background-color: #355C3D;
}
.BgClassName
{
background-color: #355C3D;
}
</style>
border-color css
<style>
span { border-color: #355C3D; }
span { border-color: rgb(53,92,61); }
td.TdClassName
{
border-color: #355C3D;
}
.TagClassName
{
border-color: #355C3D;
}
</style>