Shades of Timber Green #344536
Tints of Timber Green #344536
RGB
CMYK
RGB Variations
Color information
#344536 (or 0x344536) is known color: Timber Green. HEX triplet: 34, 45 and 36. RGB value is (52,69,54). Sum of RGB (Red+Green+Blue) = 52+69+54=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #344536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344536 is #CBBAC9. Grayscale: #3E3E3E. Windows color (decimal): -13351626 or 3556660. OLE color: 3556660.
HSL color Cylindrical-coordinate representation of color #344536: hue angle of 127.06º 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 #344536 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 54 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.73 |
| HSL | 127.06º | 0.14% | 0.24% | - |
| HSV(B) | 127.06º | 0.25% | 0.27% | - |
| XYZ | 4.21 | 5.25 | 4.28 | - |
| YUV | 62.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 54 | 0.25 | 0 | 0.22 | 0.73 | 127.06 | 0.14 | 0.24 |
| Hex | 34 | 45 | 36 | 19 | 0 | 16 | 49 | 7F | E | 18 |
| Octal | 64 | 105 | 66 | 31 | 0 | 26 | 111 | 177 | 16 | 30 |
| Binary | 110100 | 1000101 | 110110 | 11001 | 0 | 10110 | 1001001 | 1111111 | 1110 | 11000 |
Color Harmonies of #344536
Complementary color
Monochromatic Colors of #344536
Black with #344536
Text Example
Text Example
White with #344536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344536; }
p { color: rgb(52,69,54); }
H1.HeaderClassName
{
color: #344536;
}
.AnyTagClassName
{
color: #344536;
}
</style>
background-color css
<style>
a { background-color: #344536; }
a { background-color: rgb(52,69,54); }
div.DivClassName
{
background-color: #344536;
}
.BgClassName
{
background-color: #344536;
}
</style>
border-color css
<style>
span { border-color: #344536; }
span { border-color: rgb(52,69,54); }
td.TdClassName
{
border-color: #344536;
}
.TagClassName
{
border-color: #344536;
}
</style>