Shades of Goblin #375C41
Tints of Goblin #375C41
RGB
CMYK
RGB Variations
Color information
#375C41 (or 0x375C41) is known color: Goblin. HEX triplet: 37, 5C and 41. RGB value is (55,92,65). Sum of RGB (Red+Green+Blue) = 55+92+65=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #375C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C41 is #C8A3BE. Grayscale: #4D4D4D. Windows color (decimal): -13149119 or 4283447. OLE color: 4283447.
HSL color Cylindrical-coordinate representation of color #375C41: hue angle of 136.22º 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 #375C41 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 65 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.64 |
| HSL | 136.22º | 0.25% | 0.29% | - |
| HSV(B) | 136.22º | 0.4% | 0.36% | - |
| XYZ | 6.36 | 8.85 | 6.37 | - |
| YUV | 77.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 65 | 0.40 | 0 | 0.29 | 0.64 | 136.22 | 0.25 | 0.29 |
| Hex | 37 | 5C | 41 | 28 | 0 | 1D | 40 | 88 | 19 | 1D |
| Octal | 67 | 134 | 101 | 50 | 0 | 35 | 100 | 210 | 31 | 35 |
| Binary | 110111 | 1011100 | 1000001 | 101000 | 0 | 11101 | 1000000 | 10001000 | 11001 | 11101 |
Color Harmonies of #375C41
Complementary color
Monochromatic Colors of #375C41
Black with #375C41
Text Example
Text Example
White with #375C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C41; }
p { color: rgb(55,92,65); }
H1.HeaderClassName
{
color: #375C41;
}
.AnyTagClassName
{
color: #375C41;
}
</style>
background-color css
<style>
a { background-color: #375C41; }
a { background-color: rgb(55,92,65); }
div.DivClassName
{
background-color: #375C41;
}
.BgClassName
{
background-color: #375C41;
}
</style>
border-color css
<style>
span { border-color: #375C41; }
span { border-color: rgb(55,92,65); }
td.TdClassName
{
border-color: #375C41;
}
.TagClassName
{
border-color: #375C41;
}
</style>