Shades of Hunter Green #3B523C
Tints of Hunter Green #3B523C
RGB
CMYK
RGB Variations
Color information
#3B523C (or 0x3B523C) is known color: Hunter Green. HEX triplet: 3B, 52 and 3C. RGB value is (59,82,60). Sum of RGB (Red+Green+Blue) = 59+82+60=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #3B523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B523C is #C4ADC3. Grayscale: #484848. Windows color (decimal): -12889540 or 3953211. OLE color: 3953211.
HSL color Cylindrical-coordinate representation of color #3B523C: hue angle of 122.61º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B523C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 82 | 60 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.68 |
| HSL | 122.61º | 0.16% | 0.28% | - |
| HSV(B) | 122.61º | 0.28% | 0.32% | - |
| XYZ | 5.64 | 7.29 | 5.39 | - |
| YUV | 72.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 60 | 0.28 | 0 | 0.27 | 0.68 | 122.61 | 0.16 | 0.28 |
| Hex | 3B | 52 | 3C | 1C | 0 | 1B | 44 | 7B | 10 | 1C |
| Octal | 73 | 122 | 74 | 34 | 0 | 33 | 104 | 173 | 20 | 34 |
| Binary | 111011 | 1010010 | 111100 | 11100 | 0 | 11011 | 1000100 | 1111011 | 10000 | 11100 |
Color Harmonies of #3B523C
Complementary color
Monochromatic Colors of #3B523C
Black with #3B523C
Text Example
Text Example
White with #3B523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B523C; }
p { color: rgb(59,82,60); }
H1.HeaderClassName
{
color: #3B523C;
}
.AnyTagClassName
{
color: #3B523C;
}
</style>
background-color css
<style>
a { background-color: #3B523C; }
a { background-color: rgb(59,82,60); }
div.DivClassName
{
background-color: #3B523C;
}
.BgClassName
{
background-color: #3B523C;
}
</style>
border-color css
<style>
span { border-color: #3B523C; }
span { border-color: rgb(59,82,60); }
td.TdClassName
{
border-color: #3B523C;
}
.TagClassName
{
border-color: #3B523C;
}
</style>