Shades of Goblin #365943
Tints of Goblin #365943
RGB
CMYK
RGB Variations
Color information
#365943 (or 0x365943) is known color: Goblin. HEX triplet: 36, 59 and 43. RGB value is (54,89,67). Sum of RGB (Red+Green+Blue) = 54+89+67=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #365943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365943 is #C9A6BC. Grayscale: #4C4C4C. Windows color (decimal): -13215421 or 4413750. OLE color: 4413750.
HSL color Cylindrical-coordinate representation of color #365943: hue angle of 142.29º 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 #365943 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 67 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.65 |
| HSL | 142.29º | 0.24% | 0.28% | - |
| HSV(B) | 142.29º | 0.39% | 0.35% | - |
| XYZ | 6.11 | 8.33 | 6.6 | - |
| YUV | 76.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 67 | 0.39 | 0 | 0.25 | 0.65 | 142.29 | 0.24 | 0.28 |
| Hex | 36 | 59 | 43 | 27 | 0 | 19 | 41 | 8E | 18 | 1C |
| Octal | 66 | 131 | 103 | 47 | 0 | 31 | 101 | 216 | 30 | 34 |
| Binary | 110110 | 1011001 | 1000011 | 100111 | 0 | 11001 | 1000001 | 10001110 | 11000 | 11100 |
Color Harmonies of #365943
Complementary color
Monochromatic Colors of #365943
Black with #365943
Text Example
Text Example
White with #365943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365943; }
p { color: rgb(54,89,67); }
H1.HeaderClassName
{
color: #365943;
}
.AnyTagClassName
{
color: #365943;
}
</style>
background-color css
<style>
a { background-color: #365943; }
a { background-color: rgb(54,89,67); }
div.DivClassName
{
background-color: #365943;
}
.BgClassName
{
background-color: #365943;
}
</style>
border-color css
<style>
span { border-color: #365943; }
span { border-color: rgb(54,89,67); }
td.TdClassName
{
border-color: #365943;
}
.TagClassName
{
border-color: #365943;
}
</style>