Shades of Timber Green #374339
Tints of Timber Green #374339
RGB
CMYK
RGB Variations
Color information
#374339 (or 0x374339) is known color: Timber Green. HEX triplet: 37, 43 and 39. RGB value is (55,67,57). Sum of RGB (Red+Green+Blue) = 55+67+57=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #374339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374339 is #C8BCC6. Grayscale: #3E3E3E. Windows color (decimal): -13155527 or 3752759. OLE color: 3752759.
HSL color Cylindrical-coordinate representation of color #374339: hue angle of 130º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #374339 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 57 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.74 |
| HSL | 130º | 0.1% | 0.24% | - |
| HSV(B) | 130º | 0.18% | 0.26% | - |
| XYZ | 4.32 | 5.12 | 4.63 | - |
| YUV | 62.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 57 | 0.18 | 0 | 0.15 | 0.74 | 130 | 0.1 | 0.24 |
| Hex | 37 | 43 | 39 | 12 | 0 | F | 4A | 82 | A | 18 |
| Octal | 67 | 103 | 71 | 22 | 0 | 17 | 112 | 202 | 12 | 30 |
| Binary | 110111 | 1000011 | 111001 | 10010 | 0 | 1111 | 1001010 | 10000010 | 1010 | 11000 |
Color Harmonies of #374339
Complementary color
Monochromatic Colors of #374339
Black with #374339
Text Example
Text Example
White with #374339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374339; }
p { color: rgb(55,67,57); }
H1.HeaderClassName
{
color: #374339;
}
.AnyTagClassName
{
color: #374339;
}
</style>
background-color css
<style>
a { background-color: #374339; }
a { background-color: rgb(55,67,57); }
div.DivClassName
{
background-color: #374339;
}
.BgClassName
{
background-color: #374339;
}
</style>
border-color css
<style>
span { border-color: #374339; }
span { border-color: rgb(55,67,57); }
td.TdClassName
{
border-color: #374339;
}
.TagClassName
{
border-color: #374339;
}
</style>