Shades of Goblin #385D44
Tints of Goblin #385D44
RGB
CMYK
RGB Variations
Color information
#385D44 (or 0x385D44) is known color: Goblin. HEX triplet: 38, 5D and 44. RGB value is (56,93,68). Sum of RGB (Red+Green+Blue) = 56+93+68=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #385D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D44 is #C7A2BB. Grayscale: #4F4F4F. Windows color (decimal): -13083324 or 4480312. OLE color: 4480312.
HSL color Cylindrical-coordinate representation of color #385D44: hue angle of 139.46º 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 #385D44 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 68 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.64 |
| HSL | 139.46º | 0.25% | 0.29% | - |
| HSV(B) | 139.46º | 0.4% | 0.36% | - |
| XYZ | 6.59 | 9.09 | 6.88 | - |
| YUV | 79.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 68 | 0.40 | 0 | 0.27 | 0.64 | 139.46 | 0.25 | 0.29 |
| Hex | 38 | 5D | 44 | 28 | 0 | 1B | 40 | 8B | 19 | 1D |
| Octal | 70 | 135 | 104 | 50 | 0 | 33 | 100 | 213 | 31 | 35 |
| Binary | 111000 | 1011101 | 1000100 | 101000 | 0 | 11011 | 1000000 | 10001011 | 11001 | 11101 |
Color Harmonies of #385D44
Complementary color
Monochromatic Colors of #385D44
Black with #385D44
Text Example
Text Example
White with #385D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D44; }
p { color: rgb(56,93,68); }
H1.HeaderClassName
{
color: #385D44;
}
.AnyTagClassName
{
color: #385D44;
}
</style>
background-color css
<style>
a { background-color: #385D44; }
a { background-color: rgb(56,93,68); }
div.DivClassName
{
background-color: #385D44;
}
.BgClassName
{
background-color: #385D44;
}
</style>
border-color css
<style>
span { border-color: #385D44; }
span { border-color: rgb(56,93,68); }
td.TdClassName
{
border-color: #385D44;
}
.TagClassName
{
border-color: #385D44;
}
</style>