Shades of Hunter Green #3B583D
Tints of Hunter Green #3B583D
RGB
CMYK
RGB Variations
Color information
#3B583D (or 0x3B583D) is known color: Hunter Green. HEX triplet: 3B, 58 and 3D. RGB value is (59,88,61). Sum of RGB (Red+Green+Blue) = 59+88+61=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #3B583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B583D is #C4A7C2. Grayscale: #4C4C4C. Windows color (decimal): -12888003 or 4020283. OLE color: 4020283.
HSL color Cylindrical-coordinate representation of color #3B583D: hue angle of 124.14º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B583D is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 88 | 61 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.65 |
| HSL | 124.14º | 0.2% | 0.29% | - |
| HSV(B) | 124.14º | 0.33% | 0.35% | - |
| XYZ | 6.14 | 8.25 | 5.68 | - |
| YUV | 76.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 61 | 0.33 | 0 | 0.31 | 0.65 | 124.14 | 0.2 | 0.29 |
| Hex | 3B | 58 | 3D | 21 | 0 | 1F | 41 | 7C | 14 | 1D |
| Octal | 73 | 130 | 75 | 41 | 0 | 37 | 101 | 174 | 24 | 35 |
| Binary | 111011 | 1011000 | 111101 | 100001 | 0 | 11111 | 1000001 | 1111100 | 10100 | 11101 |
Color Harmonies of #3B583D
Complementary color
Monochromatic Colors of #3B583D
Black with #3B583D
Text Example
Text Example
White with #3B583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B583D; }
p { color: rgb(59,88,61); }
H1.HeaderClassName
{
color: #3B583D;
}
.AnyTagClassName
{
color: #3B583D;
}
</style>
background-color css
<style>
a { background-color: #3B583D; }
a { background-color: rgb(59,88,61); }
div.DivClassName
{
background-color: #3B583D;
}
.BgClassName
{
background-color: #3B583D;
}
</style>
border-color css
<style>
span { border-color: #3B583D; }
span { border-color: rgb(59,88,61); }
td.TdClassName
{
border-color: #3B583D;
}
.TagClassName
{
border-color: #3B583D;
}
</style>