Shades of Goblin #365F45
Tints of Goblin #365F45
RGB
CMYK
RGB Variations
Color information
#365F45 (or 0x365F45) is known color: Goblin. HEX triplet: 36, 5F and 45. RGB value is (54,95,69). Sum of RGB (Red+Green+Blue) = 54+95+69=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #365F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F45 is #C9A0BA. Grayscale: #4F4F4F. Windows color (decimal): -13213883 or 4546358. OLE color: 4546358.
HSL color Cylindrical-coordinate representation of color #365F45: hue angle of 141.95º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F45 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 69 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.63 |
| HSL | 141.95º | 0.28% | 0.29% | - |
| HSV(B) | 141.95º | 0.43% | 0.37% | - |
| XYZ | 6.69 | 9.4 | 7.09 | - |
| YUV | 79.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 69 | 0.43 | 0 | 0.27 | 0.63 | 141.95 | 0.28 | 0.29 |
| Hex | 36 | 5F | 45 | 2B | 0 | 1B | 3F | 8E | 1C | 1D |
| Octal | 66 | 137 | 105 | 53 | 0 | 33 | 77 | 216 | 34 | 35 |
| Binary | 110110 | 1011111 | 1000101 | 101011 | 0 | 11011 | 111111 | 10001110 | 11100 | 11101 |
Color Harmonies of #365F45
Complementary color
Monochromatic Colors of #365F45
Black with #365F45
Text Example
Text Example
White with #365F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F45; }
p { color: rgb(54,95,69); }
H1.HeaderClassName
{
color: #365F45;
}
.AnyTagClassName
{
color: #365F45;
}
</style>
background-color css
<style>
a { background-color: #365F45; }
a { background-color: rgb(54,95,69); }
div.DivClassName
{
background-color: #365F45;
}
.BgClassName
{
background-color: #365F45;
}
</style>
border-color css
<style>
span { border-color: #365F45; }
span { border-color: rgb(54,95,69); }
td.TdClassName
{
border-color: #365F45;
}
.TagClassName
{
border-color: #365F45;
}
</style>