Shades of Goblin #375741
Tints of Goblin #375741
RGB
CMYK
RGB Variations
Color information
#375741 (or 0x375741) is known color: Goblin. HEX triplet: 37, 57 and 41. RGB value is (55,87,65). Sum of RGB (Red+Green+Blue) = 55+87+65=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #375741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375741 is #C8A8BE. Grayscale: #4A4A4A. Windows color (decimal): -13150399 or 4282167. OLE color: 4282167.
HSL color Cylindrical-coordinate representation of color #375741: hue angle of 138.75º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375741 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 87 | 65 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.66 |
| HSL | 138.75º | 0.23% | 0.28% | - |
| HSV(B) | 138.75º | 0.37% | 0.34% | - |
| XYZ | 5.94 | 8.01 | 6.23 | - |
| YUV | 74.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 65 | 0.37 | 0 | 0.25 | 0.66 | 138.75 | 0.23 | 0.28 |
| Hex | 37 | 57 | 41 | 25 | 0 | 19 | 42 | 8B | 17 | 1C |
| Octal | 67 | 127 | 101 | 45 | 0 | 31 | 102 | 213 | 27 | 34 |
| Binary | 110111 | 1010111 | 1000001 | 100101 | 0 | 11001 | 1000010 | 10001011 | 10111 | 11100 |
Color Harmonies of #375741
Complementary color
Monochromatic Colors of #375741
Black with #375741
Text Example
Text Example
White with #375741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375741; }
p { color: rgb(55,87,65); }
H1.HeaderClassName
{
color: #375741;
}
.AnyTagClassName
{
color: #375741;
}
</style>
background-color css
<style>
a { background-color: #375741; }
a { background-color: rgb(55,87,65); }
div.DivClassName
{
background-color: #375741;
}
.BgClassName
{
background-color: #375741;
}
</style>
border-color css
<style>
span { border-color: #375741; }
span { border-color: rgb(55,87,65); }
td.TdClassName
{
border-color: #375741;
}
.TagClassName
{
border-color: #375741;
}
</style>