Shades of Goblin #385A40
Tints of Goblin #385A40
RGB
CMYK
RGB Variations
Color information
#385A40 (or 0x385A40) is known color: Goblin. HEX triplet: 38, 5A and 40. RGB value is (56,90,64). Sum of RGB (Red+Green+Blue) = 56+90+64=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #385A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A40 is #C7A5BF. Grayscale: #4C4C4C. Windows color (decimal): -13084096 or 4217400. OLE color: 4217400.
HSL color Cylindrical-coordinate representation of color #385A40: hue angle of 134.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A40 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 64 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.65 |
| HSL | 134.12º | 0.23% | 0.29% | - |
| HSV(B) | 134.12º | 0.38% | 0.35% | - |
| XYZ | 6.21 | 8.52 | 6.17 | - |
| YUV | 76.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 64 | 0.38 | 0 | 0.29 | 0.65 | 134.12 | 0.23 | 0.29 |
| Hex | 38 | 5A | 40 | 26 | 0 | 1D | 41 | 86 | 17 | 1D |
| Octal | 70 | 132 | 100 | 46 | 0 | 35 | 101 | 206 | 27 | 35 |
| Binary | 111000 | 1011010 | 1000000 | 100110 | 0 | 11101 | 1000001 | 10000110 | 10111 | 11101 |
Color Harmonies of #385A40
Complementary color
Monochromatic Colors of #385A40
Black with #385A40
Text Example
Text Example
White with #385A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A40; }
p { color: rgb(56,90,64); }
H1.HeaderClassName
{
color: #385A40;
}
.AnyTagClassName
{
color: #385A40;
}
</style>
background-color css
<style>
a { background-color: #385A40; }
a { background-color: rgb(56,90,64); }
div.DivClassName
{
background-color: #385A40;
}
.BgClassName
{
background-color: #385A40;
}
</style>
border-color css
<style>
span { border-color: #385A40; }
span { border-color: rgb(56,90,64); }
td.TdClassName
{
border-color: #385A40;
}
.TagClassName
{
border-color: #385A40;
}
</style>