Shades of Goblin #364F41
Tints of Goblin #364F41
RGB
CMYK
RGB Variations
Color information
#364F41 (or 0x364F41) is known color: Goblin. HEX triplet: 36, 4F and 41. RGB value is (54,79,65). Sum of RGB (Red+Green+Blue) = 54+79+65=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #364F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364F41 is #C9B0BE. Grayscale: #454545. Windows color (decimal): -13217983 or 4280118. OLE color: 4280118.
HSL color Cylindrical-coordinate representation of color #364F41: hue angle of 146.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #364F41 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 79 | 65 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.69 |
| HSL | 146.4º | 0.19% | 0.26% | - |
| HSV(B) | 146.4º | 0.32% | 0.31% | - |
| XYZ | 5.27 | 6.76 | 6.03 | - |
| YUV | 69.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 65 | 0.32 | 0 | 0.18 | 0.69 | 146.4 | 0.19 | 0.26 |
| Hex | 36 | 4F | 41 | 20 | 0 | 12 | 45 | 92 | 13 | 1A |
| Octal | 66 | 117 | 101 | 40 | 0 | 22 | 105 | 222 | 23 | 32 |
| Binary | 110110 | 1001111 | 1000001 | 100000 | 0 | 10010 | 1000101 | 10010010 | 10011 | 11010 |
Color Harmonies of #364F41
Complementary color
Monochromatic Colors of #364F41
Black with #364F41
Text Example
Text Example
White with #364F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F41; }
p { color: rgb(54,79,65); }
H1.HeaderClassName
{
color: #364F41;
}
.AnyTagClassName
{
color: #364F41;
}
</style>
background-color css
<style>
a { background-color: #364F41; }
a { background-color: rgb(54,79,65); }
div.DivClassName
{
background-color: #364F41;
}
.BgClassName
{
background-color: #364F41;
}
</style>
border-color css
<style>
span { border-color: #364F41; }
span { border-color: rgb(54,79,65); }
td.TdClassName
{
border-color: #364F41;
}
.TagClassName
{
border-color: #364F41;
}
</style>