Shades of Goblin #366445
Tints of Goblin #366445
RGB
CMYK
RGB Variations
Color information
#366445 (or 0x366445) is known color: Goblin. HEX triplet: 36, 64 and 45. RGB value is (54,100,69). Sum of RGB (Red+Green+Blue) = 54+100+69=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #366445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366445 is #C99BBA. Grayscale: #525252. Windows color (decimal): -13212603 or 4547638. OLE color: 4547638.
HSL color Cylindrical-coordinate representation of color #366445: hue angle of 139.57º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #366445 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 100 | 69 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.61 |
| HSL | 139.57º | 0.3% | 0.3% | - |
| HSV(B) | 139.57º | 0.46% | 0.39% | - |
| XYZ | 7.15 | 10.33 | 7.25 | - |
| YUV | 82.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 69 | 0.46 | 0 | 0.31 | 0.61 | 139.57 | 0.3 | 0.3 |
| Hex | 36 | 64 | 45 | 2E | 0 | 1F | 3D | 8C | 1E | 1E |
| Octal | 66 | 144 | 105 | 56 | 0 | 37 | 75 | 214 | 36 | 36 |
| Binary | 110110 | 1100100 | 1000101 | 101110 | 0 | 11111 | 111101 | 10001100 | 11110 | 11110 |
Color Harmonies of #366445
Complementary color
Monochromatic Colors of #366445
Black with #366445
Text Example
Text Example
White with #366445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366445; }
p { color: rgb(54,100,69); }
H1.HeaderClassName
{
color: #366445;
}
.AnyTagClassName
{
color: #366445;
}
</style>
background-color css
<style>
a { background-color: #366445; }
a { background-color: rgb(54,100,69); }
div.DivClassName
{
background-color: #366445;
}
.BgClassName
{
background-color: #366445;
}
</style>
border-color css
<style>
span { border-color: #366445; }
span { border-color: rgb(54,100,69); }
td.TdClassName
{
border-color: #366445;
}
.TagClassName
{
border-color: #366445;
}
</style>