Shades of Goblin #375C45
Tints of Goblin #375C45
RGB
CMYK
RGB Variations
Color information
#375C45 (or 0x375C45) is known color: Goblin. HEX triplet: 37, 5C and 45. RGB value is (55,92,69). Sum of RGB (Red+Green+Blue) = 55+92+69=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #375C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C45 is #C8A3BA. Grayscale: #4E4E4E. Windows color (decimal): -13149115 or 4545591. OLE color: 4545591.
HSL color Cylindrical-coordinate representation of color #375C45: hue angle of 142.7º 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 #375C45 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 69 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.64 |
| HSL | 142.7º | 0.25% | 0.29% | - |
| HSV(B) | 142.7º | 0.4% | 0.36% | - |
| XYZ | 6.48 | 8.9 | 7.01 | - |
| YUV | 78.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 69 | 0.40 | 0 | 0.25 | 0.64 | 142.7 | 0.25 | 0.29 |
| Hex | 37 | 5C | 45 | 28 | 0 | 19 | 40 | 8F | 19 | 1D |
| Octal | 67 | 134 | 105 | 50 | 0 | 31 | 100 | 217 | 31 | 35 |
| Binary | 110111 | 1011100 | 1000101 | 101000 | 0 | 11001 | 1000000 | 10001111 | 11001 | 11101 |
Color Harmonies of #375C45
Complementary color
Monochromatic Colors of #375C45
Black with #375C45
Text Example
Text Example
White with #375C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C45; }
p { color: rgb(55,92,69); }
H1.HeaderClassName
{
color: #375C45;
}
.AnyTagClassName
{
color: #375C45;
}
</style>
background-color css
<style>
a { background-color: #375C45; }
a { background-color: rgb(55,92,69); }
div.DivClassName
{
background-color: #375C45;
}
.BgClassName
{
background-color: #375C45;
}
</style>
border-color css
<style>
span { border-color: #375C45; }
span { border-color: rgb(55,92,69); }
td.TdClassName
{
border-color: #375C45;
}
.TagClassName
{
border-color: #375C45;
}
</style>