Shades of Goblin #36553C
Tints of Goblin #36553C
RGB
CMYK
RGB Variations
Color information
#36553C (or 0x36553C) is known color: Goblin. HEX triplet: 36, 55 and 3C. RGB value is (54,85,60). Sum of RGB (Red+Green+Blue) = 54+85+60=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #36553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36553C is #C9AAC3. Grayscale: #484848. Windows color (decimal): -13216452 or 3953974. OLE color: 3953974.
HSL color Cylindrical-coordinate representation of color #36553C: hue angle of 131.61º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36553C is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 60 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.67 |
| HSL | 131.61º | 0.22% | 0.27% | - |
| HSV(B) | 131.61º | 0.36% | 0.33% | - |
| XYZ | 5.59 | 7.61 | 5.45 | - |
| YUV | 72.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 60 | 0.36 | 0 | 0.29 | 0.67 | 131.61 | 0.22 | 0.27 |
| Hex | 36 | 55 | 3C | 24 | 0 | 1D | 43 | 84 | 16 | 1B |
| Octal | 66 | 125 | 74 | 44 | 0 | 35 | 103 | 204 | 26 | 33 |
| Binary | 110110 | 1010101 | 111100 | 100100 | 0 | 11101 | 1000011 | 10000100 | 10110 | 11011 |
Color Harmonies of #36553C
Complementary color
Monochromatic Colors of #36553C
Black with #36553C
Text Example
Text Example
White with #36553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36553C; }
p { color: rgb(54,85,60); }
H1.HeaderClassName
{
color: #36553C;
}
.AnyTagClassName
{
color: #36553C;
}
</style>
background-color css
<style>
a { background-color: #36553C; }
a { background-color: rgb(54,85,60); }
div.DivClassName
{
background-color: #36553C;
}
.BgClassName
{
background-color: #36553C;
}
</style>
border-color css
<style>
span { border-color: #36553C; }
span { border-color: rgb(54,85,60); }
td.TdClassName
{
border-color: #36553C;
}
.TagClassName
{
border-color: #36553C;
}
</style>