Shades of Goblin #395243
Tints of Goblin #395243
RGB
CMYK
RGB Variations
Color information
#395243 (or 0x395243) is known color: Goblin. HEX triplet: 39, 52 and 43. RGB value is (57,82,67). Sum of RGB (Red+Green+Blue) = 57+82+67=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #395243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395243 is #C6ADBC. Grayscale: #484848. Windows color (decimal): -13020605 or 4411961. OLE color: 4411961.
HSL color Cylindrical-coordinate representation of color #395243: hue angle of 144º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395243 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 67 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.68 |
| HSL | 144º | 0.18% | 0.27% | - |
| HSV(B) | 144º | 0.3% | 0.32% | - |
| XYZ | 5.72 | 7.31 | 6.42 | - |
| YUV | 72.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 67 | 0.30 | 0 | 0.18 | 0.68 | 144 | 0.18 | 0.27 |
| Hex | 39 | 52 | 43 | 1E | 0 | 12 | 44 | 90 | 12 | 1B |
| Octal | 71 | 122 | 103 | 36 | 0 | 22 | 104 | 220 | 22 | 33 |
| Binary | 111001 | 1010010 | 1000011 | 11110 | 0 | 10010 | 1000100 | 10010000 | 10010 | 11011 |
Color Harmonies of #395243
Complementary color
Monochromatic Colors of #395243
Black with #395243
Text Example
Text Example
White with #395243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395243; }
p { color: rgb(57,82,67); }
H1.HeaderClassName
{
color: #395243;
}
.AnyTagClassName
{
color: #395243;
}
</style>
background-color css
<style>
a { background-color: #395243; }
a { background-color: rgb(57,82,67); }
div.DivClassName
{
background-color: #395243;
}
.BgClassName
{
background-color: #395243;
}
</style>
border-color css
<style>
span { border-color: #395243; }
span { border-color: rgb(57,82,67); }
td.TdClassName
{
border-color: #395243;
}
.TagClassName
{
border-color: #395243;
}
</style>