Shades of Timber Green #344A3A
Tints of Timber Green #344A3A
RGB
CMYK
RGB Variations
Color information
#344A3A (or 0x344A3A) is known color: Timber Green. HEX triplet: 34, 4A and 3A. RGB value is (52,74,58). Sum of RGB (Red+Green+Blue) = 52+74+58=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #344A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A3A is #CBB5C5. Grayscale: #414141. Windows color (decimal): -13350342 or 3820084. OLE color: 3820084.
HSL color Cylindrical-coordinate representation of color #344A3A: hue angle of 136.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A3A is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 58 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.71 |
| HSL | 136.36º | 0.17% | 0.25% | - |
| HSV(B) | 136.36º | 0.3% | 0.29% | - |
| XYZ | 4.63 | 5.93 | 4.9 | - |
| YUV | 65.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 58 | 0.30 | 0 | 0.22 | 0.71 | 136.36 | 0.17 | 0.25 |
| Hex | 34 | 4A | 3A | 1E | 0 | 16 | 47 | 88 | 11 | 19 |
| Octal | 64 | 112 | 72 | 36 | 0 | 26 | 107 | 210 | 21 | 31 |
| Binary | 110100 | 1001010 | 111010 | 11110 | 0 | 10110 | 1000111 | 10001000 | 10001 | 11001 |
Color Harmonies of #344A3A
Complementary color
Monochromatic Colors of #344A3A
Black with #344A3A
Text Example
Text Example
White with #344A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A3A; }
p { color: rgb(52,74,58); }
H1.HeaderClassName
{
color: #344A3A;
}
.AnyTagClassName
{
color: #344A3A;
}
</style>
background-color css
<style>
a { background-color: #344A3A; }
a { background-color: rgb(52,74,58); }
div.DivClassName
{
background-color: #344A3A;
}
.BgClassName
{
background-color: #344A3A;
}
</style>
border-color css
<style>
span { border-color: #344A3A; }
span { border-color: rgb(52,74,58); }
td.TdClassName
{
border-color: #344A3A;
}
.TagClassName
{
border-color: #344A3A;
}
</style>