Shades of Hunter Green #3B553D
Tints of Hunter Green #3B553D
RGB
CMYK
RGB Variations
Color information
#3B553D (or 0x3B553D) is known color: Hunter Green. HEX triplet: 3B, 55 and 3D. RGB value is (59,85,61). Sum of RGB (Red+Green+Blue) = 59+85+61=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #3B553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B553D is #C4AAC2. Grayscale: #4A4A4A. Windows color (decimal): -12888771 or 4019515. OLE color: 4019515.
HSL color Cylindrical-coordinate representation of color #3B553D: hue angle of 124.62º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B553D is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 85 | 61 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.67 |
| HSL | 124.62º | 0.18% | 0.28% | - |
| HSV(B) | 124.62º | 0.31% | 0.33% | - |
| XYZ | 5.89 | 7.76 | 5.6 | - |
| YUV | 74.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 61 | 0.31 | 0 | 0.28 | 0.67 | 124.62 | 0.18 | 0.28 |
| Hex | 3B | 55 | 3D | 1F | 0 | 1C | 43 | 7D | 12 | 1C |
| Octal | 73 | 125 | 75 | 37 | 0 | 34 | 103 | 175 | 22 | 34 |
| Binary | 111011 | 1010101 | 111101 | 11111 | 0 | 11100 | 1000011 | 1111101 | 10010 | 11100 |
Color Harmonies of #3B553D
Complementary color
Monochromatic Colors of #3B553D
Black with #3B553D
Text Example
Text Example
White with #3B553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B553D; }
p { color: rgb(59,85,61); }
H1.HeaderClassName
{
color: #3B553D;
}
.AnyTagClassName
{
color: #3B553D;
}
</style>
background-color css
<style>
a { background-color: #3B553D; }
a { background-color: rgb(59,85,61); }
div.DivClassName
{
background-color: #3B553D;
}
.BgClassName
{
background-color: #3B553D;
}
</style>
border-color css
<style>
span { border-color: #3B553D; }
span { border-color: rgb(59,85,61); }
td.TdClassName
{
border-color: #3B553D;
}
.TagClassName
{
border-color: #3B553D;
}
</style>