Shades of Timber Green #34463A
Tints of Timber Green #34463A
RGB
CMYK
RGB Variations
Color information
#34463A (or 0x34463A) is known color: Timber Green. HEX triplet: 34, 46 and 3A. RGB value is (52,70,58). Sum of RGB (Red+Green+Blue) = 52+70+58=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #34463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34463A is #CBB9C5. Grayscale: #3F3F3F. Windows color (decimal): -13351366 or 3819060. OLE color: 3819060.
HSL color Cylindrical-coordinate representation of color #34463A: hue angle of 140º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #34463A is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 58 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.73 |
| HSL | 140º | 0.15% | 0.24% | - |
| HSV(B) | 140º | 0.26% | 0.27% | - |
| XYZ | 4.37 | 5.42 | 4.82 | - |
| YUV | 63.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 58 | 0.26 | 0 | 0.17 | 0.73 | 140 | 0.15 | 0.24 |
| Hex | 34 | 46 | 3A | 1A | 0 | 11 | 49 | 8C | F | 18 |
| Octal | 64 | 106 | 72 | 32 | 0 | 21 | 111 | 214 | 17 | 30 |
| Binary | 110100 | 1000110 | 111010 | 11010 | 0 | 10001 | 1001001 | 10001100 | 1111 | 11000 |
Color Harmonies of #34463A
Complementary color
Monochromatic Colors of #34463A
Black with #34463A
Text Example
Text Example
White with #34463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34463A; }
p { color: rgb(52,70,58); }
H1.HeaderClassName
{
color: #34463A;
}
.AnyTagClassName
{
color: #34463A;
}
</style>
background-color css
<style>
a { background-color: #34463A; }
a { background-color: rgb(52,70,58); }
div.DivClassName
{
background-color: #34463A;
}
.BgClassName
{
background-color: #34463A;
}
</style>
border-color css
<style>
span { border-color: #34463A; }
span { border-color: rgb(52,70,58); }
td.TdClassName
{
border-color: #34463A;
}
.TagClassName
{
border-color: #34463A;
}
</style>