Shades of Timber Green #384C39
Tints of Timber Green #384C39
RGB
CMYK
RGB Variations
Color information
#384C39 (or 0x384C39) is known color: Timber Green. HEX triplet: 38, 4C and 39. RGB value is (56,76,57). Sum of RGB (Red+Green+Blue) = 56+76+57=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #384C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C39 is #C7B3C6. Grayscale: #434343. Windows color (decimal): -13087687 or 3755064. OLE color: 3755064.
HSL color Cylindrical-coordinate representation of color #384C39: hue angle of 123º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #384C39 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 57 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.70 |
| HSL | 123º | 0.15% | 0.26% | - |
| HSV(B) | 123º | 0.26% | 0.3% | - |
| XYZ | 4.95 | 6.31 | 4.83 | - |
| YUV | 67.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 57 | 0.26 | 0 | 0.25 | 0.70 | 123 | 0.15 | 0.26 |
| Hex | 38 | 4C | 39 | 1A | 0 | 19 | 46 | 7B | F | 1A |
| Octal | 70 | 114 | 71 | 32 | 0 | 31 | 106 | 173 | 17 | 32 |
| Binary | 111000 | 1001100 | 111001 | 11010 | 0 | 11001 | 1000110 | 1111011 | 1111 | 11010 |
Color Harmonies of #384C39
Complementary color
Monochromatic Colors of #384C39
Black with #384C39
Text Example
Text Example
White with #384C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C39; }
p { color: rgb(56,76,57); }
H1.HeaderClassName
{
color: #384C39;
}
.AnyTagClassName
{
color: #384C39;
}
</style>
background-color css
<style>
a { background-color: #384C39; }
a { background-color: rgb(56,76,57); }
div.DivClassName
{
background-color: #384C39;
}
.BgClassName
{
background-color: #384C39;
}
</style>
border-color css
<style>
span { border-color: #384C39; }
span { border-color: rgb(56,76,57); }
td.TdClassName
{
border-color: #384C39;
}
.TagClassName
{
border-color: #384C39;
}
</style>