Shades of Goblin #375B42
Tints of Goblin #375B42
RGB
CMYK
RGB Variations
Color information
#375B42 (or 0x375B42) is known color: Goblin. HEX triplet: 37, 5B and 42. RGB value is (55,91,66). Sum of RGB (Red+Green+Blue) = 55+91+66=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #375B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B42 is #C8A4BD. Grayscale: #4D4D4D. Windows color (decimal): -13149374 or 4348727. OLE color: 4348727.
HSL color Cylindrical-coordinate representation of color #375B42: hue angle of 138.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B42 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 66 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.64 |
| HSL | 138.33º | 0.25% | 0.29% | - |
| HSV(B) | 138.33º | 0.4% | 0.36% | - |
| XYZ | 6.3 | 8.69 | 6.5 | - |
| YUV | 77.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 66 | 0.40 | 0 | 0.27 | 0.64 | 138.33 | 0.25 | 0.29 |
| Hex | 37 | 5B | 42 | 28 | 0 | 1B | 40 | 8A | 19 | 1D |
| Octal | 67 | 133 | 102 | 50 | 0 | 33 | 100 | 212 | 31 | 35 |
| Binary | 110111 | 1011011 | 1000010 | 101000 | 0 | 11011 | 1000000 | 10001010 | 11001 | 11101 |
Color Harmonies of #375B42
Complementary color
Monochromatic Colors of #375B42
Black with #375B42
Text Example
Text Example
White with #375B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B42; }
p { color: rgb(55,91,66); }
H1.HeaderClassName
{
color: #375B42;
}
.AnyTagClassName
{
color: #375B42;
}
</style>
background-color css
<style>
a { background-color: #375B42; }
a { background-color: rgb(55,91,66); }
div.DivClassName
{
background-color: #375B42;
}
.BgClassName
{
background-color: #375B42;
}
</style>
border-color css
<style>
span { border-color: #375B42; }
span { border-color: rgb(55,91,66); }
td.TdClassName
{
border-color: #375B42;
}
.TagClassName
{
border-color: #375B42;
}
</style>