Shades of Goblin #325239
Tints of Goblin #325239
RGB
CMYK
RGB Variations
Color information
#325239 (or 0x325239) is known color: Goblin. HEX triplet: 32, 52 and 39. RGB value is (50,82,57). Sum of RGB (Red+Green+Blue) = 50+82+57=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #325239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325239 is #CDADC6. Grayscale: #454545. Windows color (decimal): -13479367 or 3756594. OLE color: 3756594.
HSL color Cylindrical-coordinate representation of color #325239: hue angle of 133.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325239 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 57 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.68 |
| HSL | 133.13º | 0.24% | 0.26% | - |
| HSV(B) | 133.13º | 0.39% | 0.32% | - |
| XYZ | 5.07 | 7.01 | 4.96 | - |
| YUV | 69.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 57 | 0.39 | 0 | 0.30 | 0.68 | 133.13 | 0.24 | 0.26 |
| Hex | 32 | 52 | 39 | 27 | 0 | 1E | 44 | 85 | 18 | 1A |
| Octal | 62 | 122 | 71 | 47 | 0 | 36 | 104 | 205 | 30 | 32 |
| Binary | 110010 | 1010010 | 111001 | 100111 | 0 | 11110 | 1000100 | 10000101 | 11000 | 11010 |
Color Harmonies of #325239
Complementary color
Monochromatic Colors of #325239
Black with #325239
Text Example
Text Example
White with #325239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325239; }
p { color: rgb(50,82,57); }
H1.HeaderClassName
{
color: #325239;
}
.AnyTagClassName
{
color: #325239;
}
</style>
background-color css
<style>
a { background-color: #325239; }
a { background-color: rgb(50,82,57); }
div.DivClassName
{
background-color: #325239;
}
.BgClassName
{
background-color: #325239;
}
</style>
border-color css
<style>
span { border-color: #325239; }
span { border-color: rgb(50,82,57); }
td.TdClassName
{
border-color: #325239;
}
.TagClassName
{
border-color: #325239;
}
</style>