Shades of Goblin #325338
Tints of Goblin #325338
RGB
CMYK
RGB Variations
Color information
#325338 (or 0x325338) is known color: Goblin. HEX triplet: 32, 53 and 38. RGB value is (50,83,56). Sum of RGB (Red+Green+Blue) = 50+83+56=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #325338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325338 is #CDACC7. Grayscale: #464646. Windows color (decimal): -13479112 or 3691314. OLE color: 3691314.
HSL color Cylindrical-coordinate representation of color #325338: hue angle of 130.91º 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 #325338 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 56 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.67 |
| HSL | 130.91º | 0.25% | 0.26% | - |
| HSV(B) | 130.91º | 0.4% | 0.33% | - |
| XYZ | 5.12 | 7.15 | 4.85 | - |
| YUV | 70.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 56 | 0.40 | 0 | 0.33 | 0.67 | 130.91 | 0.25 | 0.26 |
| Hex | 32 | 53 | 38 | 28 | 0 | 21 | 43 | 83 | 19 | 1A |
| Octal | 62 | 123 | 70 | 50 | 0 | 41 | 103 | 203 | 31 | 32 |
| Binary | 110010 | 1010011 | 111000 | 101000 | 0 | 100001 | 1000011 | 10000011 | 11001 | 11010 |
Color Harmonies of #325338
Complementary color
Monochromatic Colors of #325338
Black with #325338
Text Example
Text Example
White with #325338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325338; }
p { color: rgb(50,83,56); }
H1.HeaderClassName
{
color: #325338;
}
.AnyTagClassName
{
color: #325338;
}
</style>
background-color css
<style>
a { background-color: #325338; }
a { background-color: rgb(50,83,56); }
div.DivClassName
{
background-color: #325338;
}
.BgClassName
{
background-color: #325338;
}
</style>
border-color css
<style>
span { border-color: #325338; }
span { border-color: rgb(50,83,56); }
td.TdClassName
{
border-color: #325338;
}
.TagClassName
{
border-color: #325338;
}
</style>