Shades of Goblin #365C42
Tints of Goblin #365C42
RGB
CMYK
RGB Variations
Color information
#365C42 (or 0x365C42) is known color: Goblin. HEX triplet: 36, 5C and 42. RGB value is (54,92,66). Sum of RGB (Red+Green+Blue) = 54+92+66=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #365C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C42 is #C9A3BD. Grayscale: #4D4D4D. Windows color (decimal): -13214654 or 4348982. OLE color: 4348982.
HSL color Cylindrical-coordinate representation of color #365C42: hue angle of 138.95º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365C42 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 92 | 66 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.64 |
| HSL | 138.95º | 0.26% | 0.29% | - |
| HSV(B) | 138.95º | 0.41% | 0.36% | - |
| XYZ | 6.33 | 8.83 | 6.53 | - |
| YUV | 77.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 66 | 0.41 | 0 | 0.28 | 0.64 | 138.95 | 0.26 | 0.29 |
| Hex | 36 | 5C | 42 | 29 | 0 | 1C | 40 | 8B | 1A | 1D |
| Octal | 66 | 134 | 102 | 51 | 0 | 34 | 100 | 213 | 32 | 35 |
| Binary | 110110 | 1011100 | 1000010 | 101001 | 0 | 11100 | 1000000 | 10001011 | 11010 | 11101 |
Color Harmonies of #365C42
Complementary color
Monochromatic Colors of #365C42
Black with #365C42
Text Example
Text Example
White with #365C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C42; }
p { color: rgb(54,92,66); }
H1.HeaderClassName
{
color: #365C42;
}
.AnyTagClassName
{
color: #365C42;
}
</style>
background-color css
<style>
a { background-color: #365C42; }
a { background-color: rgb(54,92,66); }
div.DivClassName
{
background-color: #365C42;
}
.BgClassName
{
background-color: #365C42;
}
</style>
border-color css
<style>
span { border-color: #365C42; }
span { border-color: rgb(54,92,66); }
td.TdClassName
{
border-color: #365C42;
}
.TagClassName
{
border-color: #365C42;
}
</style>