Shades of Goblin #325943
Tints of Goblin #325943
RGB
CMYK
RGB Variations
Color information
#325943 (or 0x325943) is known color: Goblin. HEX triplet: 32, 59 and 43. RGB value is (50,89,67). Sum of RGB (Red+Green+Blue) = 50+89+67=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #325943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325943 is #CDA6BC. Grayscale: #4A4A4A. Windows color (decimal): -13477565 or 4413746. OLE color: 4413746.
HSL color Cylindrical-coordinate representation of color #325943: hue angle of 146.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325943 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 89 | 67 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.65 |
| HSL | 146.15º | 0.28% | 0.27% | - |
| HSV(B) | 146.15º | 0.44% | 0.35% | - |
| XYZ | 5.9 | 8.23 | 6.59 | - |
| YUV | 74.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 67 | 0.44 | 0 | 0.25 | 0.65 | 146.15 | 0.28 | 0.27 |
| Hex | 32 | 59 | 43 | 2C | 0 | 19 | 41 | 92 | 1C | 1B |
| Octal | 62 | 131 | 103 | 54 | 0 | 31 | 101 | 222 | 34 | 33 |
| Binary | 110010 | 1011001 | 1000011 | 101100 | 0 | 11001 | 1000001 | 10010010 | 11100 | 11011 |
Color Harmonies of #325943
Complementary color
Monochromatic Colors of #325943
Black with #325943
Text Example
Text Example
White with #325943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325943; }
p { color: rgb(50,89,67); }
H1.HeaderClassName
{
color: #325943;
}
.AnyTagClassName
{
color: #325943;
}
</style>
background-color css
<style>
a { background-color: #325943; }
a { background-color: rgb(50,89,67); }
div.DivClassName
{
background-color: #325943;
}
.BgClassName
{
background-color: #325943;
}
</style>
border-color css
<style>
span { border-color: #325943; }
span { border-color: rgb(50,89,67); }
td.TdClassName
{
border-color: #325943;
}
.TagClassName
{
border-color: #325943;
}
</style>