Shades of Timber Green #384239
Tints of Timber Green #384239
RGB
CMYK
RGB Variations
Color information
#384239 (or 0x384239) is known color: Timber Green. HEX triplet: 38, 42 and 39. RGB value is (56,66,57). Sum of RGB (Red+Green+Blue) = 56+66+57=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #384239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384239 is #C7BDC6. Grayscale: #3E3E3E. Windows color (decimal): -13090247 or 3752504. OLE color: 3752504.
HSL color Cylindrical-coordinate representation of color #384239: hue angle of 126º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #384239 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 57 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.74 |
| HSL | 126º | 0.08% | 0.24% | - |
| HSV(B) | 126º | 0.15% | 0.26% | - |
| XYZ | 4.32 | 5.03 | 4.61 | - |
| YUV | 61.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 57 | 0.15 | 0 | 0.14 | 0.74 | 126 | 0.08 | 0.24 |
| Hex | 38 | 42 | 39 | F | 0 | E | 4A | 7E | 8 | 18 |
| Octal | 70 | 102 | 71 | 17 | 0 | 16 | 112 | 176 | 10 | 30 |
| Binary | 111000 | 1000010 | 111001 | 1111 | 0 | 1110 | 1001010 | 1111110 | 1000 | 11000 |
Color Harmonies of #384239
Complementary color
Monochromatic Colors of #384239
Black with #384239
Text Example
Text Example
White with #384239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384239; }
p { color: rgb(56,66,57); }
H1.HeaderClassName
{
color: #384239;
}
.AnyTagClassName
{
color: #384239;
}
</style>
background-color css
<style>
a { background-color: #384239; }
a { background-color: rgb(56,66,57); }
div.DivClassName
{
background-color: #384239;
}
.BgClassName
{
background-color: #384239;
}
</style>
border-color css
<style>
span { border-color: #384239; }
span { border-color: rgb(56,66,57); }
td.TdClassName
{
border-color: #384239;
}
.TagClassName
{
border-color: #384239;
}
</style>