Shades of Spectra #32604A
Tints of Spectra #32604A
RGB
CMYK
RGB Variations
Color information
#32604A (or 0x32604A) is known color: Spectra. HEX triplet: 32, 60 and 4A. RGB value is (50,96,74). Sum of RGB (Red+Green+Blue) = 50+96+74=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #32604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32604A is #CD9FB5. Grayscale: #4F4F4F. Windows color (decimal): -13475766 or 4874290. OLE color: 4874290.
HSL color Cylindrical-coordinate representation of color #32604A: hue angle of 151.3º 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 #32604A is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 74 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.62 |
| HSL | 151.3º | 0.32% | 0.29% | - |
| HSV(B) | 151.3º | 0.48% | 0.38% | - |
| XYZ | 6.73 | 9.54 | 7.96 | - |
| YUV | 79.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 74 | 0.48 | 0 | 0.23 | 0.62 | 151.3 | 0.32 | 0.29 |
| Hex | 32 | 60 | 4A | 30 | 0 | 17 | 3E | 97 | 20 | 1D |
| Octal | 62 | 140 | 112 | 60 | 0 | 27 | 76 | 227 | 40 | 35 |
| Binary | 110010 | 1100000 | 1001010 | 110000 | 0 | 10111 | 111110 | 10010111 | 100000 | 11101 |
Color Harmonies of #32604A
Complementary color
Monochromatic Colors of #32604A
Black with #32604A
Text Example
Text Example
White with #32604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32604A; }
p { color: rgb(50,96,74); }
H1.HeaderClassName
{
color: #32604A;
}
.AnyTagClassName
{
color: #32604A;
}
</style>
background-color css
<style>
a { background-color: #32604A; }
a { background-color: rgb(50,96,74); }
div.DivClassName
{
background-color: #32604A;
}
.BgClassName
{
background-color: #32604A;
}
</style>
border-color css
<style>
span { border-color: #32604A; }
span { border-color: rgb(50,96,74); }
td.TdClassName
{
border-color: #32604A;
}
.TagClassName
{
border-color: #32604A;
}
</style>