Shades of Goblin #375643
Tints of Goblin #375643
RGB
CMYK
RGB Variations
Color information
#375643 (or 0x375643) is known color: Goblin. HEX triplet: 37, 56 and 43. RGB value is (55,86,67). Sum of RGB (Red+Green+Blue) = 55+86+67=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #375643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375643 is #C8A9BC. Grayscale: #4A4A4A. Windows color (decimal): -13150653 or 4412983. OLE color: 4412983.
HSL color Cylindrical-coordinate representation of color #375643: hue angle of 143.23º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375643 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 86 | 67 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.66 |
| HSL | 143.23º | 0.22% | 0.28% | - |
| HSV(B) | 143.23º | 0.36% | 0.34% | - |
| XYZ | 5.92 | 7.87 | 6.52 | - |
| YUV | 74.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 67 | 0.36 | 0 | 0.22 | 0.66 | 143.23 | 0.22 | 0.28 |
| Hex | 37 | 56 | 43 | 24 | 0 | 16 | 42 | 8F | 16 | 1C |
| Octal | 67 | 126 | 103 | 44 | 0 | 26 | 102 | 217 | 26 | 34 |
| Binary | 110111 | 1010110 | 1000011 | 100100 | 0 | 10110 | 1000010 | 10001111 | 10110 | 11100 |
Color Harmonies of #375643
Complementary color
Monochromatic Colors of #375643
Black with #375643
Text Example
Text Example
White with #375643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375643; }
p { color: rgb(55,86,67); }
H1.HeaderClassName
{
color: #375643;
}
.AnyTagClassName
{
color: #375643;
}
</style>
background-color css
<style>
a { background-color: #375643; }
a { background-color: rgb(55,86,67); }
div.DivClassName
{
background-color: #375643;
}
.BgClassName
{
background-color: #375643;
}
</style>
border-color css
<style>
span { border-color: #375643; }
span { border-color: rgb(55,86,67); }
td.TdClassName
{
border-color: #375643;
}
.TagClassName
{
border-color: #375643;
}
</style>