Shades of Goblin #365D41
Tints of Goblin #365D41
RGB
CMYK
RGB Variations
Color information
#365D41 (or 0x365D41) is known color: Goblin. HEX triplet: 36, 5D and 41. RGB value is (54,93,65). Sum of RGB (Red+Green+Blue) = 54+93+65=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #365D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D41 is #C9A2BE. Grayscale: #4E4E4E. Windows color (decimal): -13214399 or 4283702. OLE color: 4283702.
HSL color Cylindrical-coordinate representation of color #365D41: hue angle of 136.92º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D41 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 65 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.64 |
| HSL | 136.92º | 0.27% | 0.29% | - |
| HSV(B) | 136.92º | 0.42% | 0.36% | - |
| XYZ | 6.39 | 8.99 | 6.4 | - |
| YUV | 78.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 65 | 0.42 | 0 | 0.30 | 0.64 | 136.92 | 0.27 | 0.29 |
| Hex | 36 | 5D | 41 | 2A | 0 | 1E | 40 | 89 | 1B | 1D |
| Octal | 66 | 135 | 101 | 52 | 0 | 36 | 100 | 211 | 33 | 35 |
| Binary | 110110 | 1011101 | 1000001 | 101010 | 0 | 11110 | 1000000 | 10001001 | 11011 | 11101 |
Color Harmonies of #365D41
Complementary color
Monochromatic Colors of #365D41
Black with #365D41
Text Example
Text Example
White with #365D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D41; }
p { color: rgb(54,93,65); }
H1.HeaderClassName
{
color: #365D41;
}
.AnyTagClassName
{
color: #365D41;
}
</style>
background-color css
<style>
a { background-color: #365D41; }
a { background-color: rgb(54,93,65); }
div.DivClassName
{
background-color: #365D41;
}
.BgClassName
{
background-color: #365D41;
}
</style>
border-color css
<style>
span { border-color: #365D41; }
span { border-color: rgb(54,93,65); }
td.TdClassName
{
border-color: #365D41;
}
.TagClassName
{
border-color: #365D41;
}
</style>