Shades of Goblin #385B41
Tints of Goblin #385B41
RGB
CMYK
RGB Variations
Color information
#385B41 (or 0x385B41) is known color: Goblin. HEX triplet: 38, 5B and 41. RGB value is (56,91,65). Sum of RGB (Red+Green+Blue) = 56+91+65=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #385B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B41 is #C7A4BE. Grayscale: #4D4D4D. Windows color (decimal): -13083839 or 4283192. OLE color: 4283192.
HSL color Cylindrical-coordinate representation of color #385B41: hue angle of 135.43º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B41 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 65 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.64 |
| HSL | 135.43º | 0.24% | 0.29% | - |
| HSV(B) | 135.43º | 0.38% | 0.36% | - |
| XYZ | 6.33 | 8.7 | 6.35 | - |
| YUV | 77.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 65 | 0.38 | 0 | 0.29 | 0.64 | 135.43 | 0.24 | 0.29 |
| Hex | 38 | 5B | 41 | 26 | 0 | 1D | 40 | 87 | 18 | 1D |
| Octal | 70 | 133 | 101 | 46 | 0 | 35 | 100 | 207 | 30 | 35 |
| Binary | 111000 | 1011011 | 1000001 | 100110 | 0 | 11101 | 1000000 | 10000111 | 11000 | 11101 |
Color Harmonies of #385B41
Complementary color
Monochromatic Colors of #385B41
Black with #385B41
Text Example
Text Example
White with #385B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B41; }
p { color: rgb(56,91,65); }
H1.HeaderClassName
{
color: #385B41;
}
.AnyTagClassName
{
color: #385B41;
}
</style>
background-color css
<style>
a { background-color: #385B41; }
a { background-color: rgb(56,91,65); }
div.DivClassName
{
background-color: #385B41;
}
.BgClassName
{
background-color: #385B41;
}
</style>
border-color css
<style>
span { border-color: #385B41; }
span { border-color: rgb(56,91,65); }
td.TdClassName
{
border-color: #385B41;
}
.TagClassName
{
border-color: #385B41;
}
</style>