Shades of Timber Green #38473C
Tints of Timber Green #38473C
RGB
CMYK
RGB Variations
Color information
#38473C (or 0x38473C) is known color: Timber Green. HEX triplet: 38, 47 and 3C. RGB value is (56,71,60). Sum of RGB (Red+Green+Blue) = 56+71+60=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #38473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473C is #C7B8C3. Grayscale: #414141. Windows color (decimal): -13088964 or 3950392. OLE color: 3950392.
HSL color Cylindrical-coordinate representation of color #38473C: hue angle of 136º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38473C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 60 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.72 |
| HSL | 136º | 0.12% | 0.25% | - |
| HSV(B) | 136º | 0.21% | 0.28% | - |
| XYZ | 4.7 | 5.67 | 5.12 | - |
| YUV | 65.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 60 | 0.21 | 0 | 0.15 | 0.72 | 136 | 0.12 | 0.25 |
| Hex | 38 | 47 | 3C | 15 | 0 | F | 48 | 88 | C | 19 |
| Octal | 70 | 107 | 74 | 25 | 0 | 17 | 110 | 210 | 14 | 31 |
| Binary | 111000 | 1000111 | 111100 | 10101 | 0 | 1111 | 1001000 | 10001000 | 1100 | 11001 |
Color Harmonies of #38473C
Complementary color
Monochromatic Colors of #38473C
Black with #38473C
Text Example
Text Example
White with #38473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38473C; }
p { color: rgb(56,71,60); }
H1.HeaderClassName
{
color: #38473C;
}
.AnyTagClassName
{
color: #38473C;
}
</style>
background-color css
<style>
a { background-color: #38473C; }
a { background-color: rgb(56,71,60); }
div.DivClassName
{
background-color: #38473C;
}
.BgClassName
{
background-color: #38473C;
}
</style>
border-color css
<style>
span { border-color: #38473C; }
span { border-color: rgb(56,71,60); }
td.TdClassName
{
border-color: #38473C;
}
.TagClassName
{
border-color: #38473C;
}
</style>