Shades of Goblin #375B45
Tints of Goblin #375B45
RGB
CMYK
RGB Variations
Color information
#375B45 (or 0x375B45) is known color: Goblin. HEX triplet: 37, 5B and 45. RGB value is (55,91,69). Sum of RGB (Red+Green+Blue) = 55+91+69=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #375B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B45 is #C8A4BA. Grayscale: #4D4D4D. Windows color (decimal): -13149371 or 4545335. OLE color: 4545335.
HSL color Cylindrical-coordinate representation of color #375B45: hue angle of 143.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 #375B45 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 69 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.64 |
| HSL | 143.33º | 0.25% | 0.29% | - |
| HSV(B) | 143.33º | 0.4% | 0.36% | - |
| XYZ | 6.39 | 8.72 | 6.98 | - |
| YUV | 77.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 69 | 0.40 | 0 | 0.24 | 0.64 | 143.33 | 0.25 | 0.29 |
| Hex | 37 | 5B | 45 | 28 | 0 | 18 | 40 | 8F | 19 | 1D |
| Octal | 67 | 133 | 105 | 50 | 0 | 30 | 100 | 217 | 31 | 35 |
| Binary | 110111 | 1011011 | 1000101 | 101000 | 0 | 11000 | 1000000 | 10001111 | 11001 | 11101 |
Color Harmonies of #375B45
Complementary color
Monochromatic Colors of #375B45
Black with #375B45
Text Example
Text Example
White with #375B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B45; }
p { color: rgb(55,91,69); }
H1.HeaderClassName
{
color: #375B45;
}
.AnyTagClassName
{
color: #375B45;
}
</style>
background-color css
<style>
a { background-color: #375B45; }
a { background-color: rgb(55,91,69); }
div.DivClassName
{
background-color: #375B45;
}
.BgClassName
{
background-color: #375B45;
}
</style>
border-color css
<style>
span { border-color: #375B45; }
span { border-color: rgb(55,91,69); }
td.TdClassName
{
border-color: #375B45;
}
.TagClassName
{
border-color: #375B45;
}
</style>