Shades of Goblin #364D41
Tints of Goblin #364D41
RGB
CMYK
RGB Variations
Color information
#364D41 (or 0x364D41) is known color: Goblin. HEX triplet: 36, 4D and 41. RGB value is (54,77,65). Sum of RGB (Red+Green+Blue) = 54+77+65=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #364D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D41 is #C9B2BE. Grayscale: #444444. Windows color (decimal): -13218495 or 4279606. OLE color: 4279606.
HSL color Cylindrical-coordinate representation of color #364D41: hue angle of 148.7º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D41 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 65 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.70 |
| HSL | 148.7º | 0.18% | 0.26% | - |
| HSV(B) | 148.7º | 0.3% | 0.3% | - |
| XYZ | 5.13 | 6.47 | 5.98 | - |
| YUV | 68.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 65 | 0.30 | 0 | 0.16 | 0.70 | 148.7 | 0.18 | 0.26 |
| Hex | 36 | 4D | 41 | 1E | 0 | 10 | 46 | 95 | 12 | 1A |
| Octal | 66 | 115 | 101 | 36 | 0 | 20 | 106 | 225 | 22 | 32 |
| Binary | 110110 | 1001101 | 1000001 | 11110 | 0 | 10000 | 1000110 | 10010101 | 10010 | 11010 |
Color Harmonies of #364D41
Complementary color
Monochromatic Colors of #364D41
Black with #364D41
Text Example
Text Example
White with #364D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D41; }
p { color: rgb(54,77,65); }
H1.HeaderClassName
{
color: #364D41;
}
.AnyTagClassName
{
color: #364D41;
}
</style>
background-color css
<style>
a { background-color: #364D41; }
a { background-color: rgb(54,77,65); }
div.DivClassName
{
background-color: #364D41;
}
.BgClassName
{
background-color: #364D41;
}
</style>
border-color css
<style>
span { border-color: #364D41; }
span { border-color: rgb(54,77,65); }
td.TdClassName
{
border-color: #364D41;
}
.TagClassName
{
border-color: #364D41;
}
</style>