Shades of Spectra #32614C
Tints of Spectra #32614C
RGB
CMYK
RGB Variations
Color information
#32614C (or 0x32614C) is known color: Spectra. HEX triplet: 32, 61 and 4C. RGB value is (50,97,76). Sum of RGB (Red+Green+Blue) = 50+97+76=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #32614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32614C is #CD9EB3. Grayscale: #505050. Windows color (decimal): -13475508 or 5005618. OLE color: 5005618.
HSL color Cylindrical-coordinate representation of color #32614C: hue angle of 153.19º 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 #32614C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 76 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.62 |
| HSL | 153.19º | 0.32% | 0.29% | - |
| HSV(B) | 153.19º | 0.48% | 0.38% | - |
| XYZ | 6.89 | 9.75 | 8.36 | - |
| YUV | 80.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 76 | 0.48 | 0 | 0.22 | 0.62 | 153.19 | 0.32 | 0.29 |
| Hex | 32 | 61 | 4C | 30 | 0 | 16 | 3E | 99 | 20 | 1D |
| Octal | 62 | 141 | 114 | 60 | 0 | 26 | 76 | 231 | 40 | 35 |
| Binary | 110010 | 1100001 | 1001100 | 110000 | 0 | 10110 | 111110 | 10011001 | 100000 | 11101 |
Color Harmonies of #32614C
Complementary color
Monochromatic Colors of #32614C
Black with #32614C
Text Example
Text Example
White with #32614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32614C; }
p { color: rgb(50,97,76); }
H1.HeaderClassName
{
color: #32614C;
}
.AnyTagClassName
{
color: #32614C;
}
</style>
background-color css
<style>
a { background-color: #32614C; }
a { background-color: rgb(50,97,76); }
div.DivClassName
{
background-color: #32614C;
}
.BgClassName
{
background-color: #32614C;
}
</style>
border-color css
<style>
span { border-color: #32614C; }
span { border-color: rgb(50,97,76); }
td.TdClassName
{
border-color: #32614C;
}
.TagClassName
{
border-color: #32614C;
}
</style>