Shades of Timber Green #383D39
Tints of Timber Green #383D39
RGB
CMYK
RGB Variations
Color information
#383D39 (or 0x383D39) is known color: Timber Green. HEX triplet: 38, 3D and 39. RGB value is (56,61,57). Sum of RGB (Red+Green+Blue) = 56+61+57=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 61 - color contains mainly: green. Hex color #383D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D39 is #C7C2C6. Grayscale: #3B3B3B. Windows color (decimal): -13091527 or 3751224. OLE color: 3751224.
HSL color Cylindrical-coordinate representation of color #383D39: hue angle of 132º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383D39 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 57 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.76 |
| HSL | 132º | 0.04% | 0.23% | - |
| HSV(B) | 132º | 0.08% | 0.24% | - |
| XYZ | 4.04 | 4.47 | 4.52 | - |
| YUV | 59.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 57 | 0.08 | 0 | 0.07 | 0.76 | 132 | 0.04 | 0.23 |
| Hex | 38 | 3D | 39 | 8 | 0 | 7 | 4C | 84 | 4 | 17 |
| Octal | 70 | 75 | 71 | 10 | 0 | 7 | 114 | 204 | 4 | 27 |
| Binary | 111000 | 111101 | 111001 | 1000 | 0 | 111 | 1001100 | 10000100 | 100 | 10111 |
Color Harmonies of #383D39
Complementary color
Monochromatic Colors of #383D39
Black with #383D39
Text Example
Text Example
White with #383D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D39; }
p { color: rgb(56,61,57); }
H1.HeaderClassName
{
color: #383D39;
}
.AnyTagClassName
{
color: #383D39;
}
</style>
background-color css
<style>
a { background-color: #383D39; }
a { background-color: rgb(56,61,57); }
div.DivClassName
{
background-color: #383D39;
}
.BgClassName
{
background-color: #383D39;
}
</style>
border-color css
<style>
span { border-color: #383D39; }
span { border-color: rgb(56,61,57); }
td.TdClassName
{
border-color: #383D39;
}
.TagClassName
{
border-color: #383D39;
}
</style>