Shades of Goblin #385D42
Tints of Goblin #385D42
RGB
CMYK
RGB Variations
Color information
#385D42 (or 0x385D42) is known color: Goblin. HEX triplet: 38, 5D and 42. RGB value is (56,93,66). Sum of RGB (Red+Green+Blue) = 56+93+66=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #385D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D42 is #C7A2BD. Grayscale: #4E4E4E. Windows color (decimal): -13083326 or 4349240. OLE color: 4349240.
HSL color Cylindrical-coordinate representation of color #385D42: hue angle of 136.22º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D42 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 66 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.64 |
| HSL | 136.22º | 0.25% | 0.29% | - |
| HSV(B) | 136.22º | 0.4% | 0.36% | - |
| XYZ | 6.53 | 9.06 | 6.56 | - |
| YUV | 78.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 66 | 0.40 | 0 | 0.29 | 0.64 | 136.22 | 0.25 | 0.29 |
| Hex | 38 | 5D | 42 | 28 | 0 | 1D | 40 | 88 | 19 | 1D |
| Octal | 70 | 135 | 102 | 50 | 0 | 35 | 100 | 210 | 31 | 35 |
| Binary | 111000 | 1011101 | 1000010 | 101000 | 0 | 11101 | 1000000 | 10001000 | 11001 | 11101 |
Color Harmonies of #385D42
Complementary color
Monochromatic Colors of #385D42
Black with #385D42
Text Example
Text Example
White with #385D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D42; }
p { color: rgb(56,93,66); }
H1.HeaderClassName
{
color: #385D42;
}
.AnyTagClassName
{
color: #385D42;
}
</style>
background-color css
<style>
a { background-color: #385D42; }
a { background-color: rgb(56,93,66); }
div.DivClassName
{
background-color: #385D42;
}
.BgClassName
{
background-color: #385D42;
}
</style>
border-color css
<style>
span { border-color: #385D42; }
span { border-color: rgb(56,93,66); }
td.TdClassName
{
border-color: #385D42;
}
.TagClassName
{
border-color: #385D42;
}
</style>