Shades of Timber Green #343F38
Tints of Timber Green #343F38
RGB
CMYK
RGB Variations
Color information
#343F38 (or 0x343F38) is known color: Timber Green. HEX triplet: 34, 3F and 38. RGB value is (52,63,56). Sum of RGB (Red+Green+Blue) = 52+63+56=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #343F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F38 is #CBC0C7. Grayscale: #3A3A3A. Windows color (decimal): -13353160 or 3686196. OLE color: 3686196.
HSL color Cylindrical-coordinate representation of color #343F38: hue angle of 141.82º 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 #343F38 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 56 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.75 |
| HSL | 141.82º | 0.1% | 0.23% | - |
| HSV(B) | 141.82º | 0.17% | 0.25% | - |
| XYZ | 3.91 | 4.57 | 4.42 | - |
| YUV | 58.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 56 | 0.17 | 0 | 0.11 | 0.75 | 141.82 | 0.1 | 0.23 |
| Hex | 34 | 3F | 38 | 11 | 0 | B | 4B | 8E | A | 17 |
| Octal | 64 | 77 | 70 | 21 | 0 | 13 | 113 | 216 | 12 | 27 |
| Binary | 110100 | 111111 | 111000 | 10001 | 0 | 1011 | 1001011 | 10001110 | 1010 | 10111 |
Color Harmonies of #343F38
Complementary color
Monochromatic Colors of #343F38
Black with #343F38
Text Example
Text Example
White with #343F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F38; }
p { color: rgb(52,63,56); }
H1.HeaderClassName
{
color: #343F38;
}
.AnyTagClassName
{
color: #343F38;
}
</style>
background-color css
<style>
a { background-color: #343F38; }
a { background-color: rgb(52,63,56); }
div.DivClassName
{
background-color: #343F38;
}
.BgClassName
{
background-color: #343F38;
}
</style>
border-color css
<style>
span { border-color: #343F38; }
span { border-color: rgb(52,63,56); }
td.TdClassName
{
border-color: #343F38;
}
.TagClassName
{
border-color: #343F38;
}
</style>