Shades of Goblin #325341
Tints of Goblin #325341
RGB
CMYK
RGB Variations
Color information
#325341 (or 0x325341) is known color: Goblin. HEX triplet: 32, 53 and 41. RGB value is (50,83,65). Sum of RGB (Red+Green+Blue) = 50+83+65=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #325341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325341 is #CDACBE. Grayscale: #474747. Windows color (decimal): -13479103 or 4281138. OLE color: 4281138.
HSL color Cylindrical-coordinate representation of color #325341: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325341 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 65 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.67 |
| HSL | 147.27º | 0.25% | 0.26% | - |
| HSV(B) | 147.27º | 0.4% | 0.33% | - |
| XYZ | 5.36 | 7.25 | 6.12 | - |
| YUV | 71.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 65 | 0.40 | 0 | 0.22 | 0.67 | 147.27 | 0.25 | 0.26 |
| Hex | 32 | 53 | 41 | 28 | 0 | 16 | 43 | 93 | 19 | 1A |
| Octal | 62 | 123 | 101 | 50 | 0 | 26 | 103 | 223 | 31 | 32 |
| Binary | 110010 | 1010011 | 1000001 | 101000 | 0 | 10110 | 1000011 | 10010011 | 11001 | 11010 |
Color Harmonies of #325341
Complementary color
Monochromatic Colors of #325341
Black with #325341
Text Example
Text Example
White with #325341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325341; }
p { color: rgb(50,83,65); }
H1.HeaderClassName
{
color: #325341;
}
.AnyTagClassName
{
color: #325341;
}
</style>
background-color css
<style>
a { background-color: #325341; }
a { background-color: rgb(50,83,65); }
div.DivClassName
{
background-color: #325341;
}
.BgClassName
{
background-color: #325341;
}
</style>
border-color css
<style>
span { border-color: #325341; }
span { border-color: rgb(50,83,65); }
td.TdClassName
{
border-color: #325341;
}
.TagClassName
{
border-color: #325341;
}
</style>