Shades of Timber Green #3A423D
Tints of Timber Green #3A423D
RGB
CMYK
RGB Variations
Color information
#3A423D (or 0x3A423D) is known color: Timber Green. HEX triplet: 3A, 42 and 3D. RGB value is (58,66,61). Sum of RGB (Red+Green+Blue) = 58+66+61=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #3A423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A423D is #C5BDC2. Grayscale: #3F3F3F. Windows color (decimal): -12959171 or 4014650. OLE color: 4014650.
HSL color Cylindrical-coordinate representation of color #3A423D: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A423D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 66 | 61 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.74 |
| HSL | 142.5º | 0.06% | 0.24% | - |
| HSV(B) | 142.5º | 0.12% | 0.26% | - |
| XYZ | 4.54 | 5.13 | 5.17 | - |
| YUV | 63.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 61 | 0.12 | 0 | 0.08 | 0.74 | 142.5 | 0.06 | 0.24 |
| Hex | 3A | 42 | 3D | C | 0 | 8 | 4A | 8E | 6 | 18 |
| Octal | 72 | 102 | 75 | 14 | 0 | 10 | 112 | 216 | 6 | 30 |
| Binary | 111010 | 1000010 | 111101 | 1100 | 0 | 1000 | 1001010 | 10001110 | 110 | 11000 |
Color Harmonies of #3A423D
Complementary color
Monochromatic Colors of #3A423D
Black with #3A423D
Text Example
Text Example
White with #3A423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A423D; }
p { color: rgb(58,66,61); }
H1.HeaderClassName
{
color: #3A423D;
}
.AnyTagClassName
{
color: #3A423D;
}
</style>
background-color css
<style>
a { background-color: #3A423D; }
a { background-color: rgb(58,66,61); }
div.DivClassName
{
background-color: #3A423D;
}
.BgClassName
{
background-color: #3A423D;
}
</style>
border-color css
<style>
span { border-color: #3A423D; }
span { border-color: rgb(58,66,61); }
td.TdClassName
{
border-color: #3A423D;
}
.TagClassName
{
border-color: #3A423D;
}
</style>