Shades of Goblin #365A43
Tints of Goblin #365A43
RGB
CMYK
RGB Variations
Color information
#365A43 (or 0x365A43) is known color: Goblin. HEX triplet: 36, 5A and 43. RGB value is (54,90,67). Sum of RGB (Red+Green+Blue) = 54+90+67=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #365A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A43 is #C9A5BC. Grayscale: #4C4C4C. Windows color (decimal): -13215165 or 4414006. OLE color: 4414006.
HSL color Cylindrical-coordinate representation of color #365A43: hue angle of 141.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A43 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 67 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.65 |
| HSL | 141.67º | 0.25% | 0.28% | - |
| HSV(B) | 141.67º | 0.4% | 0.35% | - |
| XYZ | 6.19 | 8.5 | 6.62 | - |
| YUV | 76.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 67 | 0.40 | 0 | 0.26 | 0.65 | 141.67 | 0.25 | 0.28 |
| Hex | 36 | 5A | 43 | 28 | 0 | 1A | 41 | 8E | 19 | 1C |
| Octal | 66 | 132 | 103 | 50 | 0 | 32 | 101 | 216 | 31 | 34 |
| Binary | 110110 | 1011010 | 1000011 | 101000 | 0 | 11010 | 1000001 | 10001110 | 11001 | 11100 |
Color Harmonies of #365A43
Complementary color
Monochromatic Colors of #365A43
Black with #365A43
Text Example
Text Example
White with #365A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A43; }
p { color: rgb(54,90,67); }
H1.HeaderClassName
{
color: #365A43;
}
.AnyTagClassName
{
color: #365A43;
}
</style>
background-color css
<style>
a { background-color: #365A43; }
a { background-color: rgb(54,90,67); }
div.DivClassName
{
background-color: #365A43;
}
.BgClassName
{
background-color: #365A43;
}
</style>
border-color css
<style>
span { border-color: #365A43; }
span { border-color: rgb(54,90,67); }
td.TdClassName
{
border-color: #365A43;
}
.TagClassName
{
border-color: #365A43;
}
</style>