Shades of Timber Green #383A38
Tints of Timber Green #383A38
RGB
CMYK
RGB Variations
Color information
#383A38 (or 0x383A38) is known color: Timber Green. HEX triplet: 38, 3A and 38. RGB value is (56,58,56). Sum of RGB (Red+Green+Blue) = 56+58+56=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 58 - color contains mainly: green. Hex color #383A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A38 is #C7C5C7. Grayscale: #393939. Windows color (decimal): -13092296 or 3684920. OLE color: 3684920.
HSL color Cylindrical-coordinate representation of color #383A38: hue angle of 120º degrees, saturation: 0.02, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #383A38 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
RGB | 56 | 58 | 56 | - |
CMYK | 0.03 | 0 | 0.03 | 0.77 |
HSL | 120º | 0.02% | 0.22% | - |
HSV(B) | 120º | 0.03% | 0.23% | - |
XYZ | 3.86 | 4.15 | 4.34 | - |
YUV | 57.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 58 | 56 | 0.03 | 0 | 0.03 | 0.77 | 120 | 0.02 | 0.22 |
Hex | 38 | 3A | 38 | 3 | 0 | 3 | 4D | 78 | 2 | 16 |
Octal | 70 | 72 | 70 | 3 | 0 | 3 | 115 | 170 | 2 | 26 |
Binary | 111000 | 111010 | 111000 | 11 | 0 | 11 | 1001101 | 1111000 | 10 | 10110 |
Color Harmonies of #383A38
Complementary color
Monochromatic Colors of #383A38
Black with #383A38
Text Example
Text Example
White with #383A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A38; }
p { color: rgb(56,58,56); }
H1.HeaderClassName
{
color: #383A38;
}
.AnyTagClassName
{
color: #383A38;
}
</style>
background-color css
<style>
a { background-color: #383A38; }
a { background-color: rgb(56,58,56); }
div.DivClassName
{
background-color: #383A38;
}
.BgClassName
{
background-color: #383A38;
}
</style>
border-color css
<style>
span { border-color: #383A38; }
span { border-color: rgb(56,58,56); }
td.TdClassName
{
border-color: #383A38;
}
.TagClassName
{
border-color: #383A38;
}
</style>