Shades of Timber Green #3A4C3B
Tints of Timber Green #3A4C3B
RGB
CMYK
RGB Variations
Color information
#3A4C3B (or 0x3A4C3B) is known color: Timber Green. HEX triplet: 3A, 4C and 3B. RGB value is (58,76,59). Sum of RGB (Red+Green+Blue) = 58+76+59=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C3B is #C5B3C4. Grayscale: #444444. Windows color (decimal): -12956613 or 3886138. OLE color: 3886138.
HSL color Cylindrical-coordinate representation of color #3A4C3B: hue angle of 123.33º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A4C3B is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 76 | 59 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.70 |
| HSL | 123.33º | 0.13% | 0.26% | - |
| HSV(B) | 123.33º | 0.24% | 0.3% | - |
| XYZ | 5.12 | 6.38 | 5.1 | - |
| YUV | 68.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 59 | 0.24 | 0 | 0.22 | 0.70 | 123.33 | 0.13 | 0.26 |
| Hex | 3A | 4C | 3B | 18 | 0 | 16 | 46 | 7B | D | 1A |
| Octal | 72 | 114 | 73 | 30 | 0 | 26 | 106 | 173 | 15 | 32 |
| Binary | 111010 | 1001100 | 111011 | 11000 | 0 | 10110 | 1000110 | 1111011 | 1101 | 11010 |
Color Harmonies of #3A4C3B
Complementary color
Monochromatic Colors of #3A4C3B
Black with #3A4C3B
Text Example
Text Example
White with #3A4C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C3B; }
p { color: rgb(58,76,59); }
H1.HeaderClassName
{
color: #3A4C3B;
}
.AnyTagClassName
{
color: #3A4C3B;
}
</style>
background-color css
<style>
a { background-color: #3A4C3B; }
a { background-color: rgb(58,76,59); }
div.DivClassName
{
background-color: #3A4C3B;
}
.BgClassName
{
background-color: #3A4C3B;
}
</style>
border-color css
<style>
span { border-color: #3A4C3B; }
span { border-color: rgb(58,76,59); }
td.TdClassName
{
border-color: #3A4C3B;
}
.TagClassName
{
border-color: #3A4C3B;
}
</style>