Shades of Timber Green #3A403B
Tints of Timber Green #3A403B
RGB
CMYK
RGB Variations
Color information
#3A403B (or 0x3A403B) is known color: Timber Green. HEX triplet: 3A, 40 and 3B. RGB value is (58,64,59). Sum of RGB (Red+Green+Blue) = 58+64+59=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3A403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A403B is #C5BFC4. Grayscale: #3D3D3D. Windows color (decimal): -12959685 or 3883066. OLE color: 3883066.
HSL color Cylindrical-coordinate representation of color #3A403B: hue angle of 130º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3A403B is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 59 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.75 |
| HSL | 130º | 0.05% | 0.24% | - |
| HSV(B) | 130º | 0.09% | 0.25% | - |
| XYZ | 4.37 | 4.88 | 4.85 | - |
| YUV | 61.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 59 | 0.09 | 0 | 0.08 | 0.75 | 130 | 0.05 | 0.24 |
| Hex | 3A | 40 | 3B | 9 | 0 | 8 | 4B | 82 | 5 | 18 |
| Octal | 72 | 100 | 73 | 11 | 0 | 10 | 113 | 202 | 5 | 30 |
| Binary | 111010 | 1000000 | 111011 | 1001 | 0 | 1000 | 1001011 | 10000010 | 101 | 11000 |
Color Harmonies of #3A403B
Complementary color
Monochromatic Colors of #3A403B
Black with #3A403B
Text Example
Text Example
White with #3A403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A403B; }
p { color: rgb(58,64,59); }
H1.HeaderClassName
{
color: #3A403B;
}
.AnyTagClassName
{
color: #3A403B;
}
</style>
background-color css
<style>
a { background-color: #3A403B; }
a { background-color: rgb(58,64,59); }
div.DivClassName
{
background-color: #3A403B;
}
.BgClassName
{
background-color: #3A403B;
}
</style>
border-color css
<style>
span { border-color: #3A403B; }
span { border-color: rgb(58,64,59); }
td.TdClassName
{
border-color: #3A403B;
}
.TagClassName
{
border-color: #3A403B;
}
</style>