Shades of Spectra #325D4D
Tints of Spectra #325D4D
RGB
CMYK
RGB Variations
Color information
#325D4D (or 0x325D4D) is known color: Spectra. HEX triplet: 32, 5D and 4D. RGB value is (50,93,77). Sum of RGB (Red+Green+Blue) = 50+93+77=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #325D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D4D is #CDA2B2. Grayscale: #4E4E4E. Windows color (decimal): -13476531 or 5070130. OLE color: 5070130.
HSL color Cylindrical-coordinate representation of color #325D4D: hue angle of 157.67º 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 #325D4D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 93 | 77 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.64 |
| HSL | 157.67º | 0.3% | 0.28% | - |
| HSV(B) | 157.67º | 0.46% | 0.36% | - |
| XYZ | 6.57 | 9.04 | 8.42 | - |
| YUV | 78.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 77 | 0.46 | 0 | 0.17 | 0.64 | 157.67 | 0.3 | 0.28 |
| Hex | 32 | 5D | 4D | 2E | 0 | 11 | 40 | 9E | 1E | 1C |
| Octal | 62 | 135 | 115 | 56 | 0 | 21 | 100 | 236 | 36 | 34 |
| Binary | 110010 | 1011101 | 1001101 | 101110 | 0 | 10001 | 1000000 | 10011110 | 11110 | 11100 |
Color Harmonies of #325D4D
Complementary color
Monochromatic Colors of #325D4D
Black with #325D4D
Text Example
Text Example
White with #325D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D4D; }
p { color: rgb(50,93,77); }
H1.HeaderClassName
{
color: #325D4D;
}
.AnyTagClassName
{
color: #325D4D;
}
</style>
background-color css
<style>
a { background-color: #325D4D; }
a { background-color: rgb(50,93,77); }
div.DivClassName
{
background-color: #325D4D;
}
.BgClassName
{
background-color: #325D4D;
}
</style>
border-color css
<style>
span { border-color: #325D4D; }
span { border-color: rgb(50,93,77); }
td.TdClassName
{
border-color: #325D4D;
}
.TagClassName
{
border-color: #325D4D;
}
</style>