Shades of Goblin #364A3F
Tints of Goblin #364A3F
RGB
CMYK
RGB Variations
Color information
#364A3F (or 0x364A3F) is known color: Goblin. HEX triplet: 36, 4A and 3F. RGB value is (54,74,63). Sum of RGB (Red+Green+Blue) = 54+74+63=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #364A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A3F is #C9B5C0. Grayscale: #424242. Windows color (decimal): -13219265 or 4147766. OLE color: 4147766.
HSL color Cylindrical-coordinate representation of color #364A3F: hue angle of 147º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #364A3F is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 63 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.71 |
| HSL | 147º | 0.16% | 0.25% | - |
| HSV(B) | 147º | 0.27% | 0.29% | - |
| XYZ | 4.87 | 6.04 | 5.61 | - |
| YUV | 66.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 63 | 0.27 | 0 | 0.15 | 0.71 | 147 | 0.16 | 0.25 |
| Hex | 36 | 4A | 3F | 1B | 0 | F | 47 | 93 | 10 | 19 |
| Octal | 66 | 112 | 77 | 33 | 0 | 17 | 107 | 223 | 20 | 31 |
| Binary | 110110 | 1001010 | 111111 | 11011 | 0 | 1111 | 1000111 | 10010011 | 10000 | 11001 |
Color Harmonies of #364A3F
Complementary color
Monochromatic Colors of #364A3F
Black with #364A3F
Text Example
Text Example
White with #364A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A3F; }
p { color: rgb(54,74,63); }
H1.HeaderClassName
{
color: #364A3F;
}
.AnyTagClassName
{
color: #364A3F;
}
</style>
background-color css
<style>
a { background-color: #364A3F; }
a { background-color: rgb(54,74,63); }
div.DivClassName
{
background-color: #364A3F;
}
.BgClassName
{
background-color: #364A3F;
}
</style>
border-color css
<style>
span { border-color: #364A3F; }
span { border-color: rgb(54,74,63); }
td.TdClassName
{
border-color: #364A3F;
}
.TagClassName
{
border-color: #364A3F;
}
</style>