Shades of Goblin #364A3E
Tints of Goblin #364A3E
RGB
CMYK
RGB Variations
Color information
#364A3E (or 0x364A3E) is known color: Goblin. HEX triplet: 36, 4A and 3E. RGB value is (54,74,62). Sum of RGB (Red+Green+Blue) = 54+74+62=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #364A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A3E is #C9B5C1. Grayscale: #424242. Windows color (decimal): -13219266 or 4082230. OLE color: 4082230.
HSL color Cylindrical-coordinate representation of color #364A3E: hue angle of 144º 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 #364A3E is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 62 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.71 |
| HSL | 144º | 0.16% | 0.25% | - |
| HSV(B) | 144º | 0.27% | 0.29% | - |
| XYZ | 4.84 | 6.03 | 5.47 | - |
| YUV | 66.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 62 | 0.27 | 0 | 0.16 | 0.71 | 144 | 0.16 | 0.25 |
| Hex | 36 | 4A | 3E | 1B | 0 | 10 | 47 | 90 | 10 | 19 |
| Octal | 66 | 112 | 76 | 33 | 0 | 20 | 107 | 220 | 20 | 31 |
| Binary | 110110 | 1001010 | 111110 | 11011 | 0 | 10000 | 1000111 | 10010000 | 10000 | 11001 |
Color Harmonies of #364A3E
Complementary color
Monochromatic Colors of #364A3E
Black with #364A3E
Text Example
Text Example
White with #364A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A3E; }
p { color: rgb(54,74,62); }
H1.HeaderClassName
{
color: #364A3E;
}
.AnyTagClassName
{
color: #364A3E;
}
</style>
background-color css
<style>
a { background-color: #364A3E; }
a { background-color: rgb(54,74,62); }
div.DivClassName
{
background-color: #364A3E;
}
.BgClassName
{
background-color: #364A3E;
}
</style>
border-color css
<style>
span { border-color: #364A3E; }
span { border-color: rgb(54,74,62); }
td.TdClassName
{
border-color: #364A3E;
}
.TagClassName
{
border-color: #364A3E;
}
</style>