Shades of Timber Green #384A3B
Tints of Timber Green #384A3B
RGB
CMYK
RGB Variations
Color information
#384A3B (or 0x384A3B) is known color: Timber Green. HEX triplet: 38, 4A and 3B. RGB value is (56,74,59). Sum of RGB (Red+Green+Blue) = 56+74+59=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #384A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A3B is #C7B5C4. Grayscale: #424242. Windows color (decimal): -13088197 or 3885624. OLE color: 3885624.
HSL color Cylindrical-coordinate representation of color #384A3B: hue angle of 130º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #384A3B is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 59 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.71 |
| HSL | 130º | 0.14% | 0.25% | - |
| HSV(B) | 130º | 0.24% | 0.29% | - |
| XYZ | 4.87 | 6.05 | 5.05 | - |
| YUV | 66.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 59 | 0.24 | 0 | 0.20 | 0.71 | 130 | 0.14 | 0.25 |
| Hex | 38 | 4A | 3B | 18 | 0 | 14 | 47 | 82 | E | 19 |
| Octal | 70 | 112 | 73 | 30 | 0 | 24 | 107 | 202 | 16 | 31 |
| Binary | 111000 | 1001010 | 111011 | 11000 | 0 | 10100 | 1000111 | 10000010 | 1110 | 11001 |
Color Harmonies of #384A3B
Complementary color
Monochromatic Colors of #384A3B
Black with #384A3B
Text Example
Text Example
White with #384A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A3B; }
p { color: rgb(56,74,59); }
H1.HeaderClassName
{
color: #384A3B;
}
.AnyTagClassName
{
color: #384A3B;
}
</style>
background-color css
<style>
a { background-color: #384A3B; }
a { background-color: rgb(56,74,59); }
div.DivClassName
{
background-color: #384A3B;
}
.BgClassName
{
background-color: #384A3B;
}
</style>
border-color css
<style>
span { border-color: #384A3B; }
span { border-color: rgb(56,74,59); }
td.TdClassName
{
border-color: #384A3B;
}
.TagClassName
{
border-color: #384A3B;
}
</style>