Shades of Goblin #36523C
Tints of Goblin #36523C
RGB
CMYK
RGB Variations
Color information
#36523C (or 0x36523C) is known color: Goblin. HEX triplet: 36, 52 and 3C. RGB value is (54,82,60). Sum of RGB (Red+Green+Blue) = 54+82+60=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #36523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36523C is #C9ADC3. Grayscale: #474747. Windows color (decimal): -13217220 or 3953206. OLE color: 3953206.
HSL color Cylindrical-coordinate representation of color #36523C: hue angle of 132.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #36523C is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 82 | 60 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.68 |
| HSL | 132.86º | 0.21% | 0.27% | - |
| HSV(B) | 132.86º | 0.34% | 0.32% | - |
| XYZ | 5.35 | 7.15 | 5.37 | - |
| YUV | 71.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 60 | 0.34 | 0 | 0.27 | 0.68 | 132.86 | 0.21 | 0.27 |
| Hex | 36 | 52 | 3C | 22 | 0 | 1B | 44 | 85 | 15 | 1B |
| Octal | 66 | 122 | 74 | 42 | 0 | 33 | 104 | 205 | 25 | 33 |
| Binary | 110110 | 1010010 | 111100 | 100010 | 0 | 11011 | 1000100 | 10000101 | 10101 | 11011 |
Color Harmonies of #36523C
Complementary color
Monochromatic Colors of #36523C
Black with #36523C
Text Example
Text Example
White with #36523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36523C; }
p { color: rgb(54,82,60); }
H1.HeaderClassName
{
color: #36523C;
}
.AnyTagClassName
{
color: #36523C;
}
</style>
background-color css
<style>
a { background-color: #36523C; }
a { background-color: rgb(54,82,60); }
div.DivClassName
{
background-color: #36523C;
}
.BgClassName
{
background-color: #36523C;
}
</style>
border-color css
<style>
span { border-color: #36523C; }
span { border-color: rgb(54,82,60); }
td.TdClassName
{
border-color: #36523C;
}
.TagClassName
{
border-color: #36523C;
}
</style>