Shades of Goblin #325A43
Tints of Goblin #325A43
RGB
CMYK
RGB Variations
Color information
#325A43 (or 0x325A43) is known color: Goblin. HEX triplet: 32, 5A and 43. RGB value is (50,90,67). Sum of RGB (Red+Green+Blue) = 50+90+67=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #325A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A43 is #CDA5BC. Grayscale: #4B4B4B. Windows color (decimal): -13477309 or 4414002. OLE color: 4414002.
HSL color Cylindrical-coordinate representation of color #325A43: hue angle of 145.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A43 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 90 | 67 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.65 |
| HSL | 145.5º | 0.29% | 0.27% | - |
| HSV(B) | 145.5º | 0.44% | 0.35% | - |
| XYZ | 5.98 | 8.4 | 6.62 | - |
| YUV | 75.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 67 | 0.44 | 0 | 0.26 | 0.65 | 145.5 | 0.29 | 0.27 |
| Hex | 32 | 5A | 43 | 2C | 0 | 1A | 41 | 92 | 1D | 1B |
| Octal | 62 | 132 | 103 | 54 | 0 | 32 | 101 | 222 | 35 | 33 |
| Binary | 110010 | 1011010 | 1000011 | 101100 | 0 | 11010 | 1000001 | 10010010 | 11101 | 11011 |
Color Harmonies of #325A43
Complementary color
Monochromatic Colors of #325A43
Black with #325A43
Text Example
Text Example
White with #325A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A43; }
p { color: rgb(50,90,67); }
H1.HeaderClassName
{
color: #325A43;
}
.AnyTagClassName
{
color: #325A43;
}
</style>
background-color css
<style>
a { background-color: #325A43; }
a { background-color: rgb(50,90,67); }
div.DivClassName
{
background-color: #325A43;
}
.BgClassName
{
background-color: #325A43;
}
</style>
border-color css
<style>
span { border-color: #325A43; }
span { border-color: rgb(50,90,67); }
td.TdClassName
{
border-color: #325A43;
}
.TagClassName
{
border-color: #325A43;
}
</style>