Shades of Goblin #395C43
Tints of Goblin #395C43
RGB
CMYK
RGB Variations
Color information
#395C43 (or 0x395C43) is known color: Goblin. HEX triplet: 39, 5C and 43. RGB value is (57,92,67). Sum of RGB (Red+Green+Blue) = 57+92+67=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #395C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C43 is #C6A3BC. Grayscale: #4E4E4E. Windows color (decimal): -13018045 or 4414521. OLE color: 4414521.
HSL color Cylindrical-coordinate representation of color #395C43: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C43 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 67 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.64 |
| HSL | 137.14º | 0.23% | 0.29% | - |
| HSV(B) | 137.14º | 0.38% | 0.36% | - |
| XYZ | 6.53 | 8.93 | 6.69 | - |
| YUV | 78.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 67 | 0.38 | 0 | 0.27 | 0.64 | 137.14 | 0.23 | 0.29 |
| Hex | 39 | 5C | 43 | 26 | 0 | 1B | 40 | 89 | 17 | 1D |
| Octal | 71 | 134 | 103 | 46 | 0 | 33 | 100 | 211 | 27 | 35 |
| Binary | 111001 | 1011100 | 1000011 | 100110 | 0 | 11011 | 1000000 | 10001001 | 10111 | 11101 |
Color Harmonies of #395C43
Complementary color
Monochromatic Colors of #395C43
Black with #395C43
Text Example
Text Example
White with #395C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C43; }
p { color: rgb(57,92,67); }
H1.HeaderClassName
{
color: #395C43;
}
.AnyTagClassName
{
color: #395C43;
}
</style>
background-color css
<style>
a { background-color: #395C43; }
a { background-color: rgb(57,92,67); }
div.DivClassName
{
background-color: #395C43;
}
.BgClassName
{
background-color: #395C43;
}
</style>
border-color css
<style>
span { border-color: #395C43; }
span { border-color: rgb(57,92,67); }
td.TdClassName
{
border-color: #395C43;
}
.TagClassName
{
border-color: #395C43;
}
</style>