Shades of Timber Green #393F3A
Tints of Timber Green #393F3A
RGB
CMYK
RGB Variations
Color information
#393F3A (or 0x393F3A) is known color: Timber Green. HEX triplet: 39, 3F and 3A. RGB value is (57,63,58). Sum of RGB (Red+Green+Blue) = 57+63+58=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 63 - color contains mainly: green. Hex color #393F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F3A is #C6C0C5. Grayscale: #3C3C3C. Windows color (decimal): -13025478 or 3817273. OLE color: 3817273.
HSL color Cylindrical-coordinate representation of color #393F3A: hue angle of 130º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #393F3A is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 58 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.75 |
| HSL | 130º | 0.05% | 0.24% | - |
| HSV(B) | 130º | 0.1% | 0.25% | - |
| XYZ | 4.23 | 4.73 | 4.69 | - |
| YUV | 60.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 58 | 0.10 | 0 | 0.08 | 0.75 | 130 | 0.05 | 0.24 |
| Hex | 39 | 3F | 3A | A | 0 | 8 | 4B | 82 | 5 | 18 |
| Octal | 71 | 77 | 72 | 12 | 0 | 10 | 113 | 202 | 5 | 30 |
| Binary | 111001 | 111111 | 111010 | 1010 | 0 | 1000 | 1001011 | 10000010 | 101 | 11000 |
Color Harmonies of #393F3A
Complementary color
Monochromatic Colors of #393F3A
Black with #393F3A
Text Example
Text Example
White with #393F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F3A; }
p { color: rgb(57,63,58); }
H1.HeaderClassName
{
color: #393F3A;
}
.AnyTagClassName
{
color: #393F3A;
}
</style>
background-color css
<style>
a { background-color: #393F3A; }
a { background-color: rgb(57,63,58); }
div.DivClassName
{
background-color: #393F3A;
}
.BgClassName
{
background-color: #393F3A;
}
</style>
border-color css
<style>
span { border-color: #393F3A; }
span { border-color: rgb(57,63,58); }
td.TdClassName
{
border-color: #393F3A;
}
.TagClassName
{
border-color: #393F3A;
}
</style>