Shades of Goblin #385241
Tints of Goblin #385241
RGB
CMYK
RGB Variations
Color information
#385241 (or 0x385241) is known color: Goblin. HEX triplet: 38, 52 and 41. RGB value is (56,82,65). Sum of RGB (Red+Green+Blue) = 56+82+65=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #385241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385241 is #C7ADBE. Grayscale: #484848. Windows color (decimal): -13086143 or 4280888. OLE color: 4280888.
HSL color Cylindrical-coordinate representation of color #385241: hue angle of 140.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385241 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 65 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.68 |
| HSL | 140.77º | 0.19% | 0.27% | - |
| HSV(B) | 140.77º | 0.32% | 0.32% | - |
| XYZ | 5.6 | 7.26 | 6.11 | - |
| YUV | 72.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 65 | 0.32 | 0 | 0.21 | 0.68 | 140.77 | 0.19 | 0.27 |
| Hex | 38 | 52 | 41 | 20 | 0 | 15 | 44 | 8D | 13 | 1B |
| Octal | 70 | 122 | 101 | 40 | 0 | 25 | 104 | 215 | 23 | 33 |
| Binary | 111000 | 1010010 | 1000001 | 100000 | 0 | 10101 | 1000100 | 10001101 | 10011 | 11011 |
Color Harmonies of #385241
Complementary color
Monochromatic Colors of #385241
Black with #385241
Text Example
Text Example
White with #385241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385241; }
p { color: rgb(56,82,65); }
H1.HeaderClassName
{
color: #385241;
}
.AnyTagClassName
{
color: #385241;
}
</style>
background-color css
<style>
a { background-color: #385241; }
a { background-color: rgb(56,82,65); }
div.DivClassName
{
background-color: #385241;
}
.BgClassName
{
background-color: #385241;
}
</style>
border-color css
<style>
span { border-color: #385241; }
span { border-color: rgb(56,82,65); }
td.TdClassName
{
border-color: #385241;
}
.TagClassName
{
border-color: #385241;
}
</style>