Shades of Goblin #366245
Tints of Goblin #366245
RGB
CMYK
RGB Variations
Color information
#366245 (or 0x366245) is known color: Goblin. HEX triplet: 36, 62 and 45. RGB value is (54,98,69). Sum of RGB (Red+Green+Blue) = 54+98+69=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #366245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366245 is #C99DBA. Grayscale: #515151. Windows color (decimal): -13213115 or 4547126. OLE color: 4547126.
HSL color Cylindrical-coordinate representation of color #366245: hue angle of 140.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366245 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 69 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.62 |
| HSL | 140.45º | 0.29% | 0.3% | - |
| HSV(B) | 140.45º | 0.45% | 0.38% | - |
| XYZ | 6.96 | 9.95 | 7.18 | - |
| YUV | 81.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 69 | 0.45 | 0 | 0.30 | 0.62 | 140.45 | 0.29 | 0.3 |
| Hex | 36 | 62 | 45 | 2D | 0 | 1E | 3E | 8C | 1D | 1E |
| Octal | 66 | 142 | 105 | 55 | 0 | 36 | 76 | 214 | 35 | 36 |
| Binary | 110110 | 1100010 | 1000101 | 101101 | 0 | 11110 | 111110 | 10001100 | 11101 | 11110 |
Color Harmonies of #366245
Complementary color
Monochromatic Colors of #366245
Black with #366245
Text Example
Text Example
White with #366245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366245; }
p { color: rgb(54,98,69); }
H1.HeaderClassName
{
color: #366245;
}
.AnyTagClassName
{
color: #366245;
}
</style>
background-color css
<style>
a { background-color: #366245; }
a { background-color: rgb(54,98,69); }
div.DivClassName
{
background-color: #366245;
}
.BgClassName
{
background-color: #366245;
}
</style>
border-color css
<style>
span { border-color: #366245; }
span { border-color: rgb(54,98,69); }
td.TdClassName
{
border-color: #366245;
}
.TagClassName
{
border-color: #366245;
}
</style>