Shades of Timber Green #343F36
Tints of Timber Green #343F36
RGB
CMYK
RGB Variations
Color information
#343F36 (or 0x343F36) is known color: Timber Green. HEX triplet: 34, 3F and 36. RGB value is (52,63,54). Sum of RGB (Red+Green+Blue) = 52+63+54=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 63 - color contains mainly: green. Hex color #343F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F36 is #CBC0C9. Grayscale: #3A3A3A. Windows color (decimal): -13353162 or 3555124. OLE color: 3555124.
HSL color Cylindrical-coordinate representation of color #343F36: hue angle of 130.91º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343F36 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 54 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.75 |
| HSL | 130.91º | 0.1% | 0.23% | - |
| HSV(B) | 130.91º | 0.17% | 0.25% | - |
| XYZ | 3.86 | 4.55 | 4.17 | - |
| YUV | 58.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 54 | 0.17 | 0 | 0.14 | 0.75 | 130.91 | 0.1 | 0.23 |
| Hex | 34 | 3F | 36 | 11 | 0 | E | 4B | 83 | A | 17 |
| Octal | 64 | 77 | 66 | 21 | 0 | 16 | 113 | 203 | 12 | 27 |
| Binary | 110100 | 111111 | 110110 | 10001 | 0 | 1110 | 1001011 | 10000011 | 1010 | 10111 |
Color Harmonies of #343F36
Complementary color
Monochromatic Colors of #343F36
Black with #343F36
Text Example
Text Example
White with #343F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F36; }
p { color: rgb(52,63,54); }
H1.HeaderClassName
{
color: #343F36;
}
.AnyTagClassName
{
color: #343F36;
}
</style>
background-color css
<style>
a { background-color: #343F36; }
a { background-color: rgb(52,63,54); }
div.DivClassName
{
background-color: #343F36;
}
.BgClassName
{
background-color: #343F36;
}
</style>
border-color css
<style>
span { border-color: #343F36; }
span { border-color: rgb(52,63,54); }
td.TdClassName
{
border-color: #343F36;
}
.TagClassName
{
border-color: #343F36;
}
</style>