Shades of Spectra #32654C
Tints of Spectra #32654C
RGB
CMYK
RGB Variations
Color information
#32654C (or 0x32654C) is known color: Spectra. HEX triplet: 32, 65 and 4C. RGB value is (50,101,76). Sum of RGB (Red+Green+Blue) = 50+101+76=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #32654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32654C is #CD9AB3. Grayscale: #525252. Windows color (decimal): -13474484 or 5006642. OLE color: 5006642.
HSL color Cylindrical-coordinate representation of color #32654C: hue angle of 150.59º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32654C is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 76 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.60 |
| HSL | 150.59º | 0.34% | 0.3% | - |
| HSV(B) | 150.59º | 0.5% | 0.4% | - |
| XYZ | 7.27 | 10.51 | 8.48 | - |
| YUV | 82.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 76 | 0.50 | 0 | 0.25 | 0.60 | 150.59 | 0.34 | 0.3 |
| Hex | 32 | 65 | 4C | 32 | 0 | 19 | 3C | 97 | 22 | 1E |
| Octal | 62 | 145 | 114 | 62 | 0 | 31 | 74 | 227 | 42 | 36 |
| Binary | 110010 | 1100101 | 1001100 | 110010 | 0 | 11001 | 111100 | 10010111 | 100010 | 11110 |
Color Harmonies of #32654C
Complementary color
Monochromatic Colors of #32654C
Black with #32654C
Text Example
Text Example
White with #32654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32654C; }
p { color: rgb(50,101,76); }
H1.HeaderClassName
{
color: #32654C;
}
.AnyTagClassName
{
color: #32654C;
}
</style>
background-color css
<style>
a { background-color: #32654C; }
a { background-color: rgb(50,101,76); }
div.DivClassName
{
background-color: #32654C;
}
.BgClassName
{
background-color: #32654C;
}
</style>
border-color css
<style>
span { border-color: #32654C; }
span { border-color: rgb(50,101,76); }
td.TdClassName
{
border-color: #32654C;
}
.TagClassName
{
border-color: #32654C;
}
</style>