Shades of Timber Green #3B483D
Tints of Timber Green #3B483D
RGB
CMYK
RGB Variations
Color information
#3B483D (or 0x3B483D) is known color: Timber Green. HEX triplet: 3B, 48 and 3D. RGB value is (59,72,61). Sum of RGB (Red+Green+Blue) = 59+72+61=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #3B483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B483D is #C4B7C2. Grayscale: #424242. Windows color (decimal): -12892099 or 4016187. OLE color: 4016187.
HSL color Cylindrical-coordinate representation of color #3B483D: hue angle of 129.23º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B483D is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 72 | 61 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.72 |
| HSL | 129.23º | 0.1% | 0.26% | - |
| HSV(B) | 129.23º | 0.18% | 0.28% | - |
| XYZ | 4.96 | 5.9 | 5.29 | - |
| YUV | 66.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 61 | 0.18 | 0 | 0.15 | 0.72 | 129.23 | 0.1 | 0.26 |
| Hex | 3B | 48 | 3D | 12 | 0 | F | 48 | 81 | A | 1A |
| Octal | 73 | 110 | 75 | 22 | 0 | 17 | 110 | 201 | 12 | 32 |
| Binary | 111011 | 1001000 | 111101 | 10010 | 0 | 1111 | 1001000 | 10000001 | 1010 | 11010 |
Color Harmonies of #3B483D
Complementary color
Monochromatic Colors of #3B483D
Black with #3B483D
Text Example
Text Example
White with #3B483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B483D; }
p { color: rgb(59,72,61); }
H1.HeaderClassName
{
color: #3B483D;
}
.AnyTagClassName
{
color: #3B483D;
}
</style>
background-color css
<style>
a { background-color: #3B483D; }
a { background-color: rgb(59,72,61); }
div.DivClassName
{
background-color: #3B483D;
}
.BgClassName
{
background-color: #3B483D;
}
</style>
border-color css
<style>
span { border-color: #3B483D; }
span { border-color: rgb(59,72,61); }
td.TdClassName
{
border-color: #3B483D;
}
.TagClassName
{
border-color: #3B483D;
}
</style>