Shades of Spectra #326A4E
Tints of Spectra #326A4E
RGB
CMYK
RGB Variations
Color information
#326A4E (or 0x326A4E) is known color: Spectra. HEX triplet: 32, 6A and 4E. RGB value is (50,106,78). Sum of RGB (Red+Green+Blue) = 50+106+78=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #326A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A4E is #CD95B1. Grayscale: #565656. Windows color (decimal): -13473202 or 5138994. OLE color: 5138994.
HSL color Cylindrical-coordinate representation of color #326A4E: hue angle of 150º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A4E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 106 | 78 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.58 |
| HSL | 150º | 0.36% | 0.31% | - |
| HSV(B) | 150º | 0.53% | 0.42% | - |
| XYZ | 7.84 | 11.54 | 9.02 | - |
| YUV | 86.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 78 | 0.53 | 0 | 0.26 | 0.58 | 150 | 0.36 | 0.31 |
| Hex | 32 | 6A | 4E | 35 | 0 | 1A | 3A | 96 | 24 | 1F |
| Octal | 62 | 152 | 116 | 65 | 0 | 32 | 72 | 226 | 44 | 37 |
| Binary | 110010 | 1101010 | 1001110 | 110101 | 0 | 11010 | 111010 | 10010110 | 100100 | 11111 |
Color Harmonies of #326A4E
Complementary color
Monochromatic Colors of #326A4E
Black with #326A4E
Text Example
Text Example
White with #326A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326A4E; }
p { color: rgb(50,106,78); }
H1.HeaderClassName
{
color: #326A4E;
}
.AnyTagClassName
{
color: #326A4E;
}
</style>
background-color css
<style>
a { background-color: #326A4E; }
a { background-color: rgb(50,106,78); }
div.DivClassName
{
background-color: #326A4E;
}
.BgClassName
{
background-color: #326A4E;
}
</style>
border-color css
<style>
span { border-color: #326A4E; }
span { border-color: rgb(50,106,78); }
td.TdClassName
{
border-color: #326A4E;
}
.TagClassName
{
border-color: #326A4E;
}
</style>