Shades of Goblin #365142
Tints of Goblin #365142
RGB
CMYK
RGB Variations
Color information
#365142 (or 0x365142) is known color: Goblin. HEX triplet: 36, 51 and 42. RGB value is (54,81,66). Sum of RGB (Red+Green+Blue) = 54+81+66=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #365142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365142 is #C9AEBD. Grayscale: #474747. Windows color (decimal): -13217470 or 4346166. OLE color: 4346166.
HSL color Cylindrical-coordinate representation of color #365142: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365142 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 81 | 66 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.68 |
| HSL | 146.67º | 0.2% | 0.26% | - |
| HSV(B) | 146.67º | 0.33% | 0.32% | - |
| XYZ | 5.45 | 7.06 | 6.23 | - |
| YUV | 71.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 66 | 0.33 | 0 | 0.19 | 0.68 | 146.67 | 0.2 | 0.26 |
| Hex | 36 | 51 | 42 | 21 | 0 | 13 | 44 | 93 | 14 | 1A |
| Octal | 66 | 121 | 102 | 41 | 0 | 23 | 104 | 223 | 24 | 32 |
| Binary | 110110 | 1010001 | 1000010 | 100001 | 0 | 10011 | 1000100 | 10010011 | 10100 | 11010 |
Color Harmonies of #365142
Complementary color
Monochromatic Colors of #365142
Black with #365142
Text Example
Text Example
White with #365142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365142; }
p { color: rgb(54,81,66); }
H1.HeaderClassName
{
color: #365142;
}
.AnyTagClassName
{
color: #365142;
}
</style>
background-color css
<style>
a { background-color: #365142; }
a { background-color: rgb(54,81,66); }
div.DivClassName
{
background-color: #365142;
}
.BgClassName
{
background-color: #365142;
}
</style>
border-color css
<style>
span { border-color: #365142; }
span { border-color: rgb(54,81,66); }
td.TdClassName
{
border-color: #365142;
}
.TagClassName
{
border-color: #365142;
}
</style>