Shades of Goblin #37503D
Tints of Goblin #37503D
RGB
CMYK
RGB Variations
Color information
#37503D (or 0x37503D) is known color: Goblin. HEX triplet: 37, 50 and 3D. RGB value is (55,80,61). Sum of RGB (Red+Green+Blue) = 55+80+61=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #37503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37503D is #C8AFC2. Grayscale: #464646. Windows color (decimal): -13152195 or 4018231. OLE color: 4018231.
HSL color Cylindrical-coordinate representation of color #37503D: hue angle of 134.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37503D is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 80 | 61 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.69 |
| HSL | 134.4º | 0.19% | 0.26% | - |
| HSV(B) | 134.4º | 0.31% | 0.31% | - |
| XYZ | 5.29 | 6.89 | 5.47 | - |
| YUV | 70.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 61 | 0.31 | 0 | 0.24 | 0.69 | 134.4 | 0.19 | 0.26 |
| Hex | 37 | 50 | 3D | 1F | 0 | 18 | 45 | 86 | 13 | 1A |
| Octal | 67 | 120 | 75 | 37 | 0 | 30 | 105 | 206 | 23 | 32 |
| Binary | 110111 | 1010000 | 111101 | 11111 | 0 | 11000 | 1000101 | 10000110 | 10011 | 11010 |
Color Harmonies of #37503D
Complementary color
Monochromatic Colors of #37503D
Black with #37503D
Text Example
Text Example
White with #37503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37503D; }
p { color: rgb(55,80,61); }
H1.HeaderClassName
{
color: #37503D;
}
.AnyTagClassName
{
color: #37503D;
}
</style>
background-color css
<style>
a { background-color: #37503D; }
a { background-color: rgb(55,80,61); }
div.DivClassName
{
background-color: #37503D;
}
.BgClassName
{
background-color: #37503D;
}
</style>
border-color css
<style>
span { border-color: #37503D; }
span { border-color: rgb(55,80,61); }
td.TdClassName
{
border-color: #37503D;
}
.TagClassName
{
border-color: #37503D;
}
</style>