Shades of Goblin #395841
Tints of Goblin #395841
RGB
CMYK
RGB Variations
Color information
#395841 (or 0x395841) is known color: Goblin. HEX triplet: 39, 58 and 41. RGB value is (57,88,65). Sum of RGB (Red+Green+Blue) = 57+88+65=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #395841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395841 is #C6A7BE. Grayscale: #4C4C4C. Windows color (decimal): -13019071 or 4282425. OLE color: 4282425.
HSL color Cylindrical-coordinate representation of color #395841: hue angle of 135.48º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #395841 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 88 | 65 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.65 |
| HSL | 135.48º | 0.21% | 0.28% | - |
| HSV(B) | 135.48º | 0.35% | 0.35% | - |
| XYZ | 6.13 | 8.23 | 6.27 | - |
| YUV | 76.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 65 | 0.35 | 0 | 0.26 | 0.65 | 135.48 | 0.21 | 0.28 |
| Hex | 39 | 58 | 41 | 23 | 0 | 1A | 41 | 87 | 15 | 1C |
| Octal | 71 | 130 | 101 | 43 | 0 | 32 | 101 | 207 | 25 | 34 |
| Binary | 111001 | 1011000 | 1000001 | 100011 | 0 | 11010 | 1000001 | 10000111 | 10101 | 11100 |
Color Harmonies of #395841
Complementary color
Monochromatic Colors of #395841
Black with #395841
Text Example
Text Example
White with #395841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395841; }
p { color: rgb(57,88,65); }
H1.HeaderClassName
{
color: #395841;
}
.AnyTagClassName
{
color: #395841;
}
</style>
background-color css
<style>
a { background-color: #395841; }
a { background-color: rgb(57,88,65); }
div.DivClassName
{
background-color: #395841;
}
.BgClassName
{
background-color: #395841;
}
</style>
border-color css
<style>
span { border-color: #395841; }
span { border-color: rgb(57,88,65); }
td.TdClassName
{
border-color: #395841;
}
.TagClassName
{
border-color: #395841;
}
</style>