Shades of Goblin #364C3C
Tints of Goblin #364C3C
RGB
CMYK
RGB Variations
Color information
#364C3C (or 0x364C3C) is known color: Goblin. HEX triplet: 36, 4C and 3C. RGB value is (54,76,60). Sum of RGB (Red+Green+Blue) = 54+76+60=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #364C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C3C is #C9B3C3. Grayscale: #434343. Windows color (decimal): -13218756 or 3951670. OLE color: 3951670.
HSL color Cylindrical-coordinate representation of color #364C3C: hue angle of 136.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #364C3C is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 76 | 60 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.70 |
| HSL | 136.36º | 0.17% | 0.25% | - |
| HSV(B) | 136.36º | 0.29% | 0.3% | - |
| XYZ | 4.92 | 6.28 | 5.23 | - |
| YUV | 67.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 60 | 0.29 | 0 | 0.21 | 0.70 | 136.36 | 0.17 | 0.25 |
| Hex | 36 | 4C | 3C | 1D | 0 | 15 | 46 | 88 | 11 | 19 |
| Octal | 66 | 114 | 74 | 35 | 0 | 25 | 106 | 210 | 21 | 31 |
| Binary | 110110 | 1001100 | 111100 | 11101 | 0 | 10101 | 1000110 | 10001000 | 10001 | 11001 |
Color Harmonies of #364C3C
Complementary color
Monochromatic Colors of #364C3C
Black with #364C3C
Text Example
Text Example
White with #364C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C3C; }
p { color: rgb(54,76,60); }
H1.HeaderClassName
{
color: #364C3C;
}
.AnyTagClassName
{
color: #364C3C;
}
</style>
background-color css
<style>
a { background-color: #364C3C; }
a { background-color: rgb(54,76,60); }
div.DivClassName
{
background-color: #364C3C;
}
.BgClassName
{
background-color: #364C3C;
}
</style>
border-color css
<style>
span { border-color: #364C3C; }
span { border-color: rgb(54,76,60); }
td.TdClassName
{
border-color: #364C3C;
}
.TagClassName
{
border-color: #364C3C;
}
</style>