Shades of Timber Green #38483B
Tints of Timber Green #38483B
RGB
CMYK
RGB Variations
Color information
#38483B (or 0x38483B) is known color: Timber Green. HEX triplet: 38, 48 and 3B. RGB value is (56,72,59). Sum of RGB (Red+Green+Blue) = 56+72+59=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #38483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38483B is #C7B7C4. Grayscale: #414141. Windows color (decimal): -13088709 or 3885112. OLE color: 3885112.
HSL color Cylindrical-coordinate representation of color #38483B: hue angle of 131.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #38483B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 59 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.72 |
| HSL | 131.25º | 0.13% | 0.25% | - |
| HSV(B) | 131.25º | 0.22% | 0.28% | - |
| XYZ | 4.74 | 5.79 | 5.01 | - |
| YUV | 65.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 59 | 0.22 | 0 | 0.18 | 0.72 | 131.25 | 0.13 | 0.25 |
| Hex | 38 | 48 | 3B | 16 | 0 | 12 | 48 | 83 | C | 19 |
| Octal | 70 | 110 | 73 | 26 | 0 | 22 | 110 | 203 | 14 | 31 |
| Binary | 111000 | 1001000 | 111011 | 10110 | 0 | 10010 | 1001000 | 10000011 | 1100 | 11001 |
Color Harmonies of #38483B
Complementary color
Monochromatic Colors of #38483B
Black with #38483B
Text Example
Text Example
White with #38483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38483B; }
p { color: rgb(56,72,59); }
H1.HeaderClassName
{
color: #38483B;
}
.AnyTagClassName
{
color: #38483B;
}
</style>
background-color css
<style>
a { background-color: #38483B; }
a { background-color: rgb(56,72,59); }
div.DivClassName
{
background-color: #38483B;
}
.BgClassName
{
background-color: #38483B;
}
</style>
border-color css
<style>
span { border-color: #38483B; }
span { border-color: rgb(56,72,59); }
td.TdClassName
{
border-color: #38483B;
}
.TagClassName
{
border-color: #38483B;
}
</style>