Shades of Spectra #32604C
Tints of Spectra #32604C
RGB
CMYK
RGB Variations
Color information
#32604C (or 0x32604C) is known color: Spectra. HEX triplet: 32, 60 and 4C. RGB value is (50,96,76). Sum of RGB (Red+Green+Blue) = 50+96+76=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #32604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32604C is #CD9FB3. Grayscale: #505050. Windows color (decimal): -13475764 or 5005362. OLE color: 5005362.
HSL color Cylindrical-coordinate representation of color #32604C: hue angle of 153.91º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32604C is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 76 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.62 |
| HSL | 153.91º | 0.32% | 0.29% | - |
| HSV(B) | 153.91º | 0.48% | 0.38% | - |
| XYZ | 6.8 | 9.57 | 8.33 | - |
| YUV | 79.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 76 | 0.48 | 0 | 0.21 | 0.62 | 153.91 | 0.32 | 0.29 |
| Hex | 32 | 60 | 4C | 30 | 0 | 15 | 3E | 9A | 20 | 1D |
| Octal | 62 | 140 | 114 | 60 | 0 | 25 | 76 | 232 | 40 | 35 |
| Binary | 110010 | 1100000 | 1001100 | 110000 | 0 | 10101 | 111110 | 10011010 | 100000 | 11101 |
Color Harmonies of #32604C
Complementary color
Monochromatic Colors of #32604C
Black with #32604C
Text Example
Text Example
White with #32604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32604C; }
p { color: rgb(50,96,76); }
H1.HeaderClassName
{
color: #32604C;
}
.AnyTagClassName
{
color: #32604C;
}
</style>
background-color css
<style>
a { background-color: #32604C; }
a { background-color: rgb(50,96,76); }
div.DivClassName
{
background-color: #32604C;
}
.BgClassName
{
background-color: #32604C;
}
</style>
border-color css
<style>
span { border-color: #32604C; }
span { border-color: rgb(50,96,76); }
td.TdClassName
{
border-color: #32604C;
}
.TagClassName
{
border-color: #32604C;
}
</style>