Shades of Goblin #384E3D
Tints of Goblin #384E3D
RGB
CMYK
RGB Variations
Color information
#384E3D (or 0x384E3D) is known color: Goblin. HEX triplet: 38, 4E and 3D. RGB value is (56,78,61). Sum of RGB (Red+Green+Blue) = 56+78+61=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #384E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E3D is #C7B1C2. Grayscale: #454545. Windows color (decimal): -13087171 or 4017720. OLE color: 4017720.
HSL color Cylindrical-coordinate representation of color #384E3D: hue angle of 133.64º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384E3D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 61 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.69 |
| HSL | 133.64º | 0.16% | 0.26% | - |
| HSV(B) | 133.64º | 0.28% | 0.31% | - |
| XYZ | 5.2 | 6.63 | 5.42 | - |
| YUV | 69.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 61 | 0.28 | 0 | 0.22 | 0.69 | 133.64 | 0.16 | 0.26 |
| Hex | 38 | 4E | 3D | 1C | 0 | 16 | 45 | 86 | 10 | 1A |
| Octal | 70 | 116 | 75 | 34 | 0 | 26 | 105 | 206 | 20 | 32 |
| Binary | 111000 | 1001110 | 111101 | 11100 | 0 | 10110 | 1000101 | 10000110 | 10000 | 11010 |
Color Harmonies of #384E3D
Complementary color
Monochromatic Colors of #384E3D
Black with #384E3D
Text Example
Text Example
White with #384E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E3D; }
p { color: rgb(56,78,61); }
H1.HeaderClassName
{
color: #384E3D;
}
.AnyTagClassName
{
color: #384E3D;
}
</style>
background-color css
<style>
a { background-color: #384E3D; }
a { background-color: rgb(56,78,61); }
div.DivClassName
{
background-color: #384E3D;
}
.BgClassName
{
background-color: #384E3D;
}
</style>
border-color css
<style>
span { border-color: #384E3D; }
span { border-color: rgb(56,78,61); }
td.TdClassName
{
border-color: #384E3D;
}
.TagClassName
{
border-color: #384E3D;
}
</style>