Shades of Goblin #364D3C
Tints of Goblin #364D3C
RGB
CMYK
RGB Variations
Color information
#364D3C (or 0x364D3C) is known color: Goblin. HEX triplet: 36, 4D and 3C. RGB value is (54,77,60). Sum of RGB (Red+Green+Blue) = 54+77+60=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #364D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D3C is #C9B2C3. Grayscale: #444444. Windows color (decimal): -13218500 or 3951926. OLE color: 3951926.
HSL color Cylindrical-coordinate representation of color #364D3C: hue angle of 135.65º 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 #364D3C is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 60 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.70 |
| HSL | 135.65º | 0.18% | 0.26% | - |
| HSV(B) | 135.65º | 0.3% | 0.3% | - |
| XYZ | 4.99 | 6.42 | 5.25 | - |
| YUV | 68.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 60 | 0.30 | 0 | 0.22 | 0.70 | 135.65 | 0.18 | 0.26 |
| Hex | 36 | 4D | 3C | 1E | 0 | 16 | 46 | 88 | 12 | 1A |
| Octal | 66 | 115 | 74 | 36 | 0 | 26 | 106 | 210 | 22 | 32 |
| Binary | 110110 | 1001101 | 111100 | 11110 | 0 | 10110 | 1000110 | 10001000 | 10010 | 11010 |
Color Harmonies of #364D3C
Complementary color
Monochromatic Colors of #364D3C
Black with #364D3C
Text Example
Text Example
White with #364D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D3C; }
p { color: rgb(54,77,60); }
H1.HeaderClassName
{
color: #364D3C;
}
.AnyTagClassName
{
color: #364D3C;
}
</style>
background-color css
<style>
a { background-color: #364D3C; }
a { background-color: rgb(54,77,60); }
div.DivClassName
{
background-color: #364D3C;
}
.BgClassName
{
background-color: #364D3C;
}
</style>
border-color css
<style>
span { border-color: #364D3C; }
span { border-color: rgb(54,77,60); }
td.TdClassName
{
border-color: #364D3C;
}
.TagClassName
{
border-color: #364D3C;
}
</style>