Shades of Timber Green #383D3A
Tints of Timber Green #383D3A
RGB
CMYK
RGB Variations
Color information
#383D3A (or 0x383D3A) is known color: Timber Green. HEX triplet: 38, 3D and 3A. RGB value is (56,61,58). Sum of RGB (Red+Green+Blue) = 56+61+58=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 61 - color contains mainly: green. Hex color #383D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D3A is #C7C2C5. Grayscale: #3B3B3B. Windows color (decimal): -13091526 or 3816760. OLE color: 3816760.
HSL color Cylindrical-coordinate representation of color #383D3A: hue angle of 144º 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 #383D3A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 58 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.76 |
| HSL | 144º | 0.04% | 0.23% | - |
| HSV(B) | 144º | 0.08% | 0.24% | - |
| XYZ | 4.06 | 4.48 | 4.65 | - |
| YUV | 59.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 58 | 0.08 | 0 | 0.05 | 0.76 | 144 | 0.04 | 0.23 |
| Hex | 38 | 3D | 3A | 8 | 0 | 5 | 4C | 90 | 4 | 17 |
| Octal | 70 | 75 | 72 | 10 | 0 | 5 | 114 | 220 | 4 | 27 |
| Binary | 111000 | 111101 | 111010 | 1000 | 0 | 101 | 1001100 | 10010000 | 100 | 10111 |
Color Harmonies of #383D3A
Complementary color
Monochromatic Colors of #383D3A
Black with #383D3A
Text Example
Text Example
White with #383D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D3A; }
p { color: rgb(56,61,58); }
H1.HeaderClassName
{
color: #383D3A;
}
.AnyTagClassName
{
color: #383D3A;
}
</style>
background-color css
<style>
a { background-color: #383D3A; }
a { background-color: rgb(56,61,58); }
div.DivClassName
{
background-color: #383D3A;
}
.BgClassName
{
background-color: #383D3A;
}
</style>
border-color css
<style>
span { border-color: #383D3A; }
span { border-color: rgb(56,61,58); }
td.TdClassName
{
border-color: #383D3A;
}
.TagClassName
{
border-color: #383D3A;
}
</style>