Shades of Timber Green #344236
Tints of Timber Green #344236
RGB
CMYK
RGB Variations
Color information
#344236 (or 0x344236) is known color: Timber Green. HEX triplet: 34, 42 and 36. RGB value is (52,66,54). Sum of RGB (Red+Green+Blue) = 52+66+54=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #344236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344236 is #CBBDC9. Grayscale: #3C3C3C. Windows color (decimal): -13352394 or 3555892. OLE color: 3555892.
HSL color Cylindrical-coordinate representation of color #344236: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #344236 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 54 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.74 |
| HSL | 128.57º | 0.12% | 0.23% | - |
| HSV(B) | 128.57º | 0.21% | 0.26% | - |
| XYZ | 4.03 | 4.89 | 4.22 | - |
| YUV | 60.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 54 | 0.21 | 0 | 0.18 | 0.74 | 128.57 | 0.12 | 0.23 |
| Hex | 34 | 42 | 36 | 15 | 0 | 12 | 4A | 81 | C | 17 |
| Octal | 64 | 102 | 66 | 25 | 0 | 22 | 112 | 201 | 14 | 27 |
| Binary | 110100 | 1000010 | 110110 | 10101 | 0 | 10010 | 1001010 | 10000001 | 1100 | 10111 |
Color Harmonies of #344236
Complementary color
Monochromatic Colors of #344236
Black with #344236
Text Example
Text Example
White with #344236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344236; }
p { color: rgb(52,66,54); }
H1.HeaderClassName
{
color: #344236;
}
.AnyTagClassName
{
color: #344236;
}
</style>
background-color css
<style>
a { background-color: #344236; }
a { background-color: rgb(52,66,54); }
div.DivClassName
{
background-color: #344236;
}
.BgClassName
{
background-color: #344236;
}
</style>
border-color css
<style>
span { border-color: #344236; }
span { border-color: rgb(52,66,54); }
td.TdClassName
{
border-color: #344236;
}
.TagClassName
{
border-color: #344236;
}
</style>