Shades of Spectra #326B4E
Tints of Spectra #326B4E
RGB
CMYK
RGB Variations
Color information
#326B4E (or 0x326B4E) is known color: Spectra. HEX triplet: 32, 6B and 4E. RGB value is (50,107,78). Sum of RGB (Red+Green+Blue) = 50+107+78=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #326B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B4E is #CD94B1. Grayscale: #565656. Windows color (decimal): -13472946 or 5139250. OLE color: 5139250.
HSL color Cylindrical-coordinate representation of color #326B4E: hue angle of 149.47º 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 #326B4E is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 78 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.58 |
| HSL | 149.47º | 0.36% | 0.31% | - |
| HSV(B) | 149.47º | 0.53% | 0.42% | - |
| XYZ | 7.95 | 11.74 | 9.06 | - |
| YUV | 86.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 78 | 0.53 | 0 | 0.27 | 0.58 | 149.47 | 0.36 | 0.31 |
| Hex | 32 | 6B | 4E | 35 | 0 | 1B | 3A | 95 | 24 | 1F |
| Octal | 62 | 153 | 116 | 65 | 0 | 33 | 72 | 225 | 44 | 37 |
| Binary | 110010 | 1101011 | 1001110 | 110101 | 0 | 11011 | 111010 | 10010101 | 100100 | 11111 |
Color Harmonies of #326B4E
Complementary color
Monochromatic Colors of #326B4E
Black with #326B4E
Text Example
Text Example
White with #326B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B4E; }
p { color: rgb(50,107,78); }
H1.HeaderClassName
{
color: #326B4E;
}
.AnyTagClassName
{
color: #326B4E;
}
</style>
background-color css
<style>
a { background-color: #326B4E; }
a { background-color: rgb(50,107,78); }
div.DivClassName
{
background-color: #326B4E;
}
.BgClassName
{
background-color: #326B4E;
}
</style>
border-color css
<style>
span { border-color: #326B4E; }
span { border-color: rgb(50,107,78); }
td.TdClassName
{
border-color: #326B4E;
}
.TagClassName
{
border-color: #326B4E;
}
</style>