Shades of Timber Green #34483A
Tints of Timber Green #34483A
RGB
CMYK
RGB Variations
Color information
#34483A (or 0x34483A) is known color: Timber Green. HEX triplet: 34, 48 and 3A. RGB value is (52,72,58). Sum of RGB (Red+Green+Blue) = 52+72+58=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #34483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34483A is #CBB7C5. Grayscale: #404040. Windows color (decimal): -13350854 or 3819572. OLE color: 3819572.
HSL color Cylindrical-coordinate representation of color #34483A: hue angle of 138º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #34483A is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 72 | 58 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.72 |
| HSL | 138º | 0.16% | 0.24% | - |
| HSV(B) | 138º | 0.28% | 0.28% | - |
| XYZ | 4.5 | 5.67 | 4.86 | - |
| YUV | 64.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 58 | 0.28 | 0 | 0.19 | 0.72 | 138 | 0.16 | 0.24 |
| Hex | 34 | 48 | 3A | 1C | 0 | 13 | 48 | 8A | 10 | 18 |
| Octal | 64 | 110 | 72 | 34 | 0 | 23 | 110 | 212 | 20 | 30 |
| Binary | 110100 | 1001000 | 111010 | 11100 | 0 | 10011 | 1001000 | 10001010 | 10000 | 11000 |
Color Harmonies of #34483A
Complementary color
Monochromatic Colors of #34483A
Black with #34483A
Text Example
Text Example
White with #34483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34483A; }
p { color: rgb(52,72,58); }
H1.HeaderClassName
{
color: #34483A;
}
.AnyTagClassName
{
color: #34483A;
}
</style>
background-color css
<style>
a { background-color: #34483A; }
a { background-color: rgb(52,72,58); }
div.DivClassName
{
background-color: #34483A;
}
.BgClassName
{
background-color: #34483A;
}
</style>
border-color css
<style>
span { border-color: #34483A; }
span { border-color: rgb(52,72,58); }
td.TdClassName
{
border-color: #34483A;
}
.TagClassName
{
border-color: #34483A;
}
</style>