Shades of Goblin #364F3A
Tints of Goblin #364F3A
RGB
CMYK
RGB Variations
Color information
#364F3A (or 0x364F3A) is known color: Goblin. HEX triplet: 36, 4F and 3A. RGB value is (54,79,58). Sum of RGB (Red+Green+Blue) = 54+79+58=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #364F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364F3A is #C9B0C5. Grayscale: #454545. Windows color (decimal): -13217990 or 3821366. OLE color: 3821366.
HSL color Cylindrical-coordinate representation of color #364F3A: hue angle of 129.6º 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 #364F3A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 79 | 58 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.69 |
| HSL | 129.6º | 0.19% | 0.26% | - |
| HSV(B) | 129.6º | 0.32% | 0.31% | - |
| XYZ | 5.08 | 6.68 | 5.02 | - |
| YUV | 69.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 58 | 0.32 | 0 | 0.27 | 0.69 | 129.6 | 0.19 | 0.26 |
| Hex | 36 | 4F | 3A | 20 | 0 | 1B | 45 | 82 | 13 | 1A |
| Octal | 66 | 117 | 72 | 40 | 0 | 33 | 105 | 202 | 23 | 32 |
| Binary | 110110 | 1001111 | 111010 | 100000 | 0 | 11011 | 1000101 | 10000010 | 10011 | 11010 |
Color Harmonies of #364F3A
Complementary color
Monochromatic Colors of #364F3A
Black with #364F3A
Text Example
Text Example
White with #364F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F3A; }
p { color: rgb(54,79,58); }
H1.HeaderClassName
{
color: #364F3A;
}
.AnyTagClassName
{
color: #364F3A;
}
</style>
background-color css
<style>
a { background-color: #364F3A; }
a { background-color: rgb(54,79,58); }
div.DivClassName
{
background-color: #364F3A;
}
.BgClassName
{
background-color: #364F3A;
}
</style>
border-color css
<style>
span { border-color: #364F3A; }
span { border-color: rgb(54,79,58); }
td.TdClassName
{
border-color: #364F3A;
}
.TagClassName
{
border-color: #364F3A;
}
</style>