Shades of Goblin #325439
Tints of Goblin #325439
RGB
CMYK
RGB Variations
Color information
#325439 (or 0x325439) is known color: Goblin. HEX triplet: 32, 54 and 39. RGB value is (50,84,57). Sum of RGB (Red+Green+Blue) = 50+84+57=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #325439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325439 is #CDABC6. Grayscale: #464646. Windows color (decimal): -13478855 or 3757106. OLE color: 3757106.
HSL color Cylindrical-coordinate representation of color #325439: hue angle of 132.35º 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 #325439 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 57 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.67 |
| HSL | 132.35º | 0.25% | 0.26% | - |
| HSV(B) | 132.35º | 0.4% | 0.33% | - |
| XYZ | 5.22 | 7.31 | 5.01 | - |
| YUV | 70.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 57 | 0.40 | 0 | 0.32 | 0.67 | 132.35 | 0.25 | 0.26 |
| Hex | 32 | 54 | 39 | 28 | 0 | 20 | 43 | 84 | 19 | 1A |
| Octal | 62 | 124 | 71 | 50 | 0 | 40 | 103 | 204 | 31 | 32 |
| Binary | 110010 | 1010100 | 111001 | 101000 | 0 | 100000 | 1000011 | 10000100 | 11001 | 11010 |
Color Harmonies of #325439
Complementary color
Monochromatic Colors of #325439
Black with #325439
Text Example
Text Example
White with #325439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325439; }
p { color: rgb(50,84,57); }
H1.HeaderClassName
{
color: #325439;
}
.AnyTagClassName
{
color: #325439;
}
</style>
background-color css
<style>
a { background-color: #325439; }
a { background-color: rgb(50,84,57); }
div.DivClassName
{
background-color: #325439;
}
.BgClassName
{
background-color: #325439;
}
</style>
border-color css
<style>
span { border-color: #325439; }
span { border-color: rgb(50,84,57); }
td.TdClassName
{
border-color: #325439;
}
.TagClassName
{
border-color: #325439;
}
</style>