Shades of Timber Green #34453A
Tints of Timber Green #34453A
RGB
CMYK
RGB Variations
Color information
#34453A (or 0x34453A) is known color: Timber Green. HEX triplet: 34, 45 and 3A. RGB value is (52,69,58). Sum of RGB (Red+Green+Blue) = 52+69+58=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #34453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34453A is #CBBAC5. Grayscale: #3E3E3E. Windows color (decimal): -13351622 or 3818804. OLE color: 3818804.
HSL color Cylindrical-coordinate representation of color #34453A: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #34453A is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 58 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.73 |
| HSL | 141.18º | 0.14% | 0.24% | - |
| HSV(B) | 141.18º | 0.25% | 0.27% | - |
| XYZ | 4.31 | 5.29 | 4.8 | - |
| YUV | 62.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 58 | 0.25 | 0 | 0.16 | 0.73 | 141.18 | 0.14 | 0.24 |
| Hex | 34 | 45 | 3A | 19 | 0 | 10 | 49 | 8D | E | 18 |
| Octal | 64 | 105 | 72 | 31 | 0 | 20 | 111 | 215 | 16 | 30 |
| Binary | 110100 | 1000101 | 111010 | 11001 | 0 | 10000 | 1001001 | 10001101 | 1110 | 11000 |
Color Harmonies of #34453A
Complementary color
Monochromatic Colors of #34453A
Black with #34453A
Text Example
Text Example
White with #34453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34453A; }
p { color: rgb(52,69,58); }
H1.HeaderClassName
{
color: #34453A;
}
.AnyTagClassName
{
color: #34453A;
}
</style>
background-color css
<style>
a { background-color: #34453A; }
a { background-color: rgb(52,69,58); }
div.DivClassName
{
background-color: #34453A;
}
.BgClassName
{
background-color: #34453A;
}
</style>
border-color css
<style>
span { border-color: #34453A; }
span { border-color: rgb(52,69,58); }
td.TdClassName
{
border-color: #34453A;
}
.TagClassName
{
border-color: #34453A;
}
</style>