Shades of Spectra #325C49
Tints of Spectra #325C49
RGB
CMYK
RGB Variations
Color information
#325C49 (or 0x325C49) is known color: Spectra. HEX triplet: 32, 5C and 49. RGB value is (50,92,73). Sum of RGB (Red+Green+Blue) = 50+92+73=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #325C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C49 is #CDA3B6. Grayscale: #4D4D4D. Windows color (decimal): -13476791 or 4807730. OLE color: 4807730.
HSL color Cylindrical-coordinate representation of color #325C49: hue angle of 152.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C49 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 73 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.64 |
| HSL | 152.86º | 0.3% | 0.28% | - |
| HSV(B) | 152.86º | 0.46% | 0.36% | - |
| XYZ | 6.35 | 8.81 | 7.67 | - |
| YUV | 77.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 73 | 0.46 | 0 | 0.21 | 0.64 | 152.86 | 0.3 | 0.28 |
| Hex | 32 | 5C | 49 | 2E | 0 | 15 | 40 | 99 | 1E | 1C |
| Octal | 62 | 134 | 111 | 56 | 0 | 25 | 100 | 231 | 36 | 34 |
| Binary | 110010 | 1011100 | 1001001 | 101110 | 0 | 10101 | 1000000 | 10011001 | 11110 | 11100 |
Color Harmonies of #325C49
Complementary color
Monochromatic Colors of #325C49
Black with #325C49
Text Example
Text Example
White with #325C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C49; }
p { color: rgb(50,92,73); }
H1.HeaderClassName
{
color: #325C49;
}
.AnyTagClassName
{
color: #325C49;
}
</style>
background-color css
<style>
a { background-color: #325C49; }
a { background-color: rgb(50,92,73); }
div.DivClassName
{
background-color: #325C49;
}
.BgClassName
{
background-color: #325C49;
}
</style>
border-color css
<style>
span { border-color: #325C49; }
span { border-color: rgb(50,92,73); }
td.TdClassName
{
border-color: #325C49;
}
.TagClassName
{
border-color: #325C49;
}
</style>