Shades of Goblin #385841
Tints of Goblin #385841
RGB
CMYK
RGB Variations
Color information
#385841 (or 0x385841) is known color: Goblin. HEX triplet: 38, 58 and 41. RGB value is (56,88,65). Sum of RGB (Red+Green+Blue) = 56+88+65=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #385841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385841 is #C7A7BE. Grayscale: #4B4B4B. Windows color (decimal): -13084607 or 4282424. OLE color: 4282424.
HSL color Cylindrical-coordinate representation of color #385841: hue angle of 136.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385841 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 88 | 65 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.65 |
| HSL | 136.88º | 0.22% | 0.28% | - |
| HSV(B) | 136.88º | 0.36% | 0.35% | - |
| XYZ | 6.07 | 8.2 | 6.26 | - |
| YUV | 75.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 65 | 0.36 | 0 | 0.26 | 0.65 | 136.88 | 0.22 | 0.28 |
| Hex | 38 | 58 | 41 | 24 | 0 | 1A | 41 | 89 | 16 | 1C |
| Octal | 70 | 130 | 101 | 44 | 0 | 32 | 101 | 211 | 26 | 34 |
| Binary | 111000 | 1011000 | 1000001 | 100100 | 0 | 11010 | 1000001 | 10001001 | 10110 | 11100 |
Color Harmonies of #385841
Complementary color
Monochromatic Colors of #385841
Black with #385841
Text Example
Text Example
White with #385841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385841; }
p { color: rgb(56,88,65); }
H1.HeaderClassName
{
color: #385841;
}
.AnyTagClassName
{
color: #385841;
}
</style>
background-color css
<style>
a { background-color: #385841; }
a { background-color: rgb(56,88,65); }
div.DivClassName
{
background-color: #385841;
}
.BgClassName
{
background-color: #385841;
}
</style>
border-color css
<style>
span { border-color: #385841; }
span { border-color: rgb(56,88,65); }
td.TdClassName
{
border-color: #385841;
}
.TagClassName
{
border-color: #385841;
}
</style>