Shades of Goblin #365843
Tints of Goblin #365843
RGB
CMYK
RGB Variations
Color information
#365843 (or 0x365843) is known color: Goblin. HEX triplet: 36, 58 and 43. RGB value is (54,88,67). Sum of RGB (Red+Green+Blue) = 54+88+67=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #365843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365843 is #C9A7BC. Grayscale: #4B4B4B. Windows color (decimal): -13215677 or 4413494. OLE color: 4413494.
HSL color Cylindrical-coordinate representation of color #365843: hue angle of 142.94º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365843 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 88 | 67 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.65 |
| HSL | 142.94º | 0.24% | 0.28% | - |
| HSV(B) | 142.94º | 0.39% | 0.35% | - |
| XYZ | 6.02 | 8.17 | 6.57 | - |
| YUV | 75.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 67 | 0.39 | 0 | 0.24 | 0.65 | 142.94 | 0.24 | 0.28 |
| Hex | 36 | 58 | 43 | 27 | 0 | 18 | 41 | 8F | 18 | 1C |
| Octal | 66 | 130 | 103 | 47 | 0 | 30 | 101 | 217 | 30 | 34 |
| Binary | 110110 | 1011000 | 1000011 | 100111 | 0 | 11000 | 1000001 | 10001111 | 11000 | 11100 |
Color Harmonies of #365843
Complementary color
Monochromatic Colors of #365843
Black with #365843
Text Example
Text Example
White with #365843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365843; }
p { color: rgb(54,88,67); }
H1.HeaderClassName
{
color: #365843;
}
.AnyTagClassName
{
color: #365843;
}
</style>
background-color css
<style>
a { background-color: #365843; }
a { background-color: rgb(54,88,67); }
div.DivClassName
{
background-color: #365843;
}
.BgClassName
{
background-color: #365843;
}
</style>
border-color css
<style>
span { border-color: #365843; }
span { border-color: rgb(54,88,67); }
td.TdClassName
{
border-color: #365843;
}
.TagClassName
{
border-color: #365843;
}
</style>