Shades of Goblin #325039
Tints of Goblin #325039
RGB
CMYK
RGB Variations
Color information
#325039 (or 0x325039) is known color: Goblin. HEX triplet: 32, 50 and 39. RGB value is (50,80,57). Sum of RGB (Red+Green+Blue) = 50+80+57=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #325039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325039 is #CDAFC6. Grayscale: #444444. Windows color (decimal): -13479879 or 3756082. OLE color: 3756082.
HSL color Cylindrical-coordinate representation of color #325039: hue angle of 134º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325039 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 57 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.69 |
| HSL | 134º | 0.23% | 0.25% | - |
| HSV(B) | 134º | 0.38% | 0.31% | - |
| XYZ | 4.92 | 6.71 | 4.91 | - |
| YUV | 68.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 57 | 0.37 | 0 | 0.29 | 0.69 | 134 | 0.23 | 0.25 |
| Hex | 32 | 50 | 39 | 25 | 0 | 1D | 45 | 86 | 17 | 19 |
| Octal | 62 | 120 | 71 | 45 | 0 | 35 | 105 | 206 | 27 | 31 |
| Binary | 110010 | 1010000 | 111001 | 100101 | 0 | 11101 | 1000101 | 10000110 | 10111 | 11001 |
Color Harmonies of #325039
Complementary color
Monochromatic Colors of #325039
Black with #325039
Text Example
Text Example
White with #325039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325039; }
p { color: rgb(50,80,57); }
H1.HeaderClassName
{
color: #325039;
}
.AnyTagClassName
{
color: #325039;
}
</style>
background-color css
<style>
a { background-color: #325039; }
a { background-color: rgb(50,80,57); }
div.DivClassName
{
background-color: #325039;
}
.BgClassName
{
background-color: #325039;
}
</style>
border-color css
<style>
span { border-color: #325039; }
span { border-color: rgb(50,80,57); }
td.TdClassName
{
border-color: #325039;
}
.TagClassName
{
border-color: #325039;
}
</style>