Shades of Spectra #325B4A
Tints of Spectra #325B4A
RGB
CMYK
RGB Variations
Color information
#325B4A (or 0x325B4A) is known color: Spectra. HEX triplet: 32, 5B and 4A. RGB value is (50,91,74). Sum of RGB (Red+Green+Blue) = 50+91+74=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #325B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B4A is #CDA4B5. Grayscale: #4C4C4C. Windows color (decimal): -13477046 or 4873010. OLE color: 4873010.
HSL color Cylindrical-coordinate representation of color #325B4A: hue angle of 155.12º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B4A is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 74 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.64 |
| HSL | 155.12º | 0.29% | 0.28% | - |
| HSV(B) | 155.12º | 0.45% | 0.36% | - |
| XYZ | 6.29 | 8.65 | 7.82 | - |
| YUV | 76.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 74 | 0.45 | 0 | 0.19 | 0.64 | 155.12 | 0.29 | 0.28 |
| Hex | 32 | 5B | 4A | 2D | 0 | 13 | 40 | 9B | 1D | 1C |
| Octal | 62 | 133 | 112 | 55 | 0 | 23 | 100 | 233 | 35 | 34 |
| Binary | 110010 | 1011011 | 1001010 | 101101 | 0 | 10011 | 1000000 | 10011011 | 11101 | 11100 |
Color Harmonies of #325B4A
Complementary color
Monochromatic Colors of #325B4A
Black with #325B4A
Text Example
Text Example
White with #325B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B4A; }
p { color: rgb(50,91,74); }
H1.HeaderClassName
{
color: #325B4A;
}
.AnyTagClassName
{
color: #325B4A;
}
</style>
background-color css
<style>
a { background-color: #325B4A; }
a { background-color: rgb(50,91,74); }
div.DivClassName
{
background-color: #325B4A;
}
.BgClassName
{
background-color: #325B4A;
}
</style>
border-color css
<style>
span { border-color: #325B4A; }
span { border-color: rgb(50,91,74); }
td.TdClassName
{
border-color: #325B4A;
}
.TagClassName
{
border-color: #325B4A;
}
</style>