Shades of Timber Green #383C38
Tints of Timber Green #383C38
RGB
CMYK
RGB Variations
Color information
#383C38 (or 0x383C38) is known color: Timber Green. HEX triplet: 38, 3C and 38. RGB value is (56,60,56). Sum of RGB (Red+Green+Blue) = 56+60+56=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 60 - color contains mainly: green. Hex color #383C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C38 is #C7C3C7. Grayscale: #3A3A3A. Windows color (decimal): -13091784 or 3685432. OLE color: 3685432.
HSL color Cylindrical-coordinate representation of color #383C38: hue angle of 120º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #383C38 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
RGB | 56 | 60 | 56 | - |
CMYK | 0.07 | 0 | 0.07 | 0.76 |
HSL | 120º | 0.03% | 0.23% | - |
HSV(B) | 120º | 0.07% | 0.24% | - |
XYZ | 3.96 | 4.36 | 4.37 | - |
YUV | 58.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 60 | 56 | 0.07 | 0 | 0.07 | 0.76 | 120 | 0.03 | 0.23 |
Hex | 38 | 3C | 38 | 7 | 0 | 7 | 4C | 78 | 3 | 17 |
Octal | 70 | 74 | 70 | 7 | 0 | 7 | 114 | 170 | 3 | 27 |
Binary | 111000 | 111100 | 111000 | 111 | 0 | 111 | 1001100 | 1111000 | 11 | 10111 |
Color Harmonies of #383C38
Complementary color
Monochromatic Colors of #383C38
Black with #383C38
Text Example
Text Example
White with #383C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C38; }
p { color: rgb(56,60,56); }
H1.HeaderClassName
{
color: #383C38;
}
.AnyTagClassName
{
color: #383C38;
}
</style>
background-color css
<style>
a { background-color: #383C38; }
a { background-color: rgb(56,60,56); }
div.DivClassName
{
background-color: #383C38;
}
.BgClassName
{
background-color: #383C38;
}
</style>
border-color css
<style>
span { border-color: #383C38; }
span { border-color: rgb(56,60,56); }
td.TdClassName
{
border-color: #383C38;
}
.TagClassName
{
border-color: #383C38;
}
</style>