Shades of Goblin #37533D
Tints of Goblin #37533D
RGB
CMYK
RGB Variations
Color information
#37533D (or 0x37533D) is known color: Goblin. HEX triplet: 37, 53 and 3D. RGB value is (55,83,61). Sum of RGB (Red+Green+Blue) = 55+83+61=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #37533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37533D is #C8ACC2. Grayscale: #484848. Windows color (decimal): -13151427 or 4018999. OLE color: 4018999.
HSL color Cylindrical-coordinate representation of color #37533D: hue angle of 132.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37533D is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 61 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.67 |
| HSL | 132.86º | 0.2% | 0.27% | - |
| HSV(B) | 132.86º | 0.34% | 0.33% | - |
| XYZ | 5.51 | 7.34 | 5.54 | - |
| YUV | 72.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 61 | 0.34 | 0 | 0.27 | 0.67 | 132.86 | 0.2 | 0.27 |
| Hex | 37 | 53 | 3D | 22 | 0 | 1B | 43 | 85 | 14 | 1B |
| Octal | 67 | 123 | 75 | 42 | 0 | 33 | 103 | 205 | 24 | 33 |
| Binary | 110111 | 1010011 | 111101 | 100010 | 0 | 11011 | 1000011 | 10000101 | 10100 | 11011 |
Color Harmonies of #37533D
Complementary color
Monochromatic Colors of #37533D
Black with #37533D
Text Example
Text Example
White with #37533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37533D; }
p { color: rgb(55,83,61); }
H1.HeaderClassName
{
color: #37533D;
}
.AnyTagClassName
{
color: #37533D;
}
</style>
background-color css
<style>
a { background-color: #37533D; }
a { background-color: rgb(55,83,61); }
div.DivClassName
{
background-color: #37533D;
}
.BgClassName
{
background-color: #37533D;
}
</style>
border-color css
<style>
span { border-color: #37533D; }
span { border-color: rgb(55,83,61); }
td.TdClassName
{
border-color: #37533D;
}
.TagClassName
{
border-color: #37533D;
}
</style>