Shades of Goblin #365141
Tints of Goblin #365141
RGB
CMYK
RGB Variations
Color information
#365141 (or 0x365141) is known color: Goblin. HEX triplet: 36, 51 and 41. RGB value is (54,81,65). Sum of RGB (Red+Green+Blue) = 54+81+65=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #365141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365141 is #C9AEBE. Grayscale: #474747. Windows color (decimal): -13217471 or 4280630. OLE color: 4280630.
HSL color Cylindrical-coordinate representation of color #365141: hue angle of 144.44º 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 #365141 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 81 | 65 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.68 |
| HSL | 144.44º | 0.2% | 0.26% | - |
| HSV(B) | 144.44º | 0.33% | 0.32% | - |
| XYZ | 5.42 | 7.05 | 6.08 | - |
| YUV | 71.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 65 | 0.33 | 0 | 0.20 | 0.68 | 144.44 | 0.2 | 0.26 |
| Hex | 36 | 51 | 41 | 21 | 0 | 14 | 44 | 90 | 14 | 1A |
| Octal | 66 | 121 | 101 | 41 | 0 | 24 | 104 | 220 | 24 | 32 |
| Binary | 110110 | 1010001 | 1000001 | 100001 | 0 | 10100 | 1000100 | 10010000 | 10100 | 11010 |
Color Harmonies of #365141
Complementary color
Monochromatic Colors of #365141
Black with #365141
Text Example
Text Example
White with #365141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365141; }
p { color: rgb(54,81,65); }
H1.HeaderClassName
{
color: #365141;
}
.AnyTagClassName
{
color: #365141;
}
</style>
background-color css
<style>
a { background-color: #365141; }
a { background-color: rgb(54,81,65); }
div.DivClassName
{
background-color: #365141;
}
.BgClassName
{
background-color: #365141;
}
</style>
border-color css
<style>
span { border-color: #365141; }
span { border-color: rgb(54,81,65); }
td.TdClassName
{
border-color: #365141;
}
.TagClassName
{
border-color: #365141;
}
</style>