Shades of Spectra #356850
Tints of Spectra #356850
RGB
CMYK
RGB Variations
Color information
#356850 (or 0x356850) is known color: Spectra. HEX triplet: 35, 68 and 50. RGB value is (53,104,80). Sum of RGB (Red+Green+Blue) = 53+104+80=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #356850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356850 is #CA97AF. Grayscale: #565656. Windows color (decimal): -13277104 or 5269557. OLE color: 5269557.
HSL color Cylindrical-coordinate representation of color #356850: hue angle of 151.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356850 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 80 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.59 |
| HSL | 151.76º | 0.32% | 0.31% | - |
| HSV(B) | 151.76º | 0.49% | 0.41% | - |
| XYZ | 7.87 | 11.24 | 9.34 | - |
| YUV | 86.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 80 | 0.49 | 0 | 0.23 | 0.59 | 151.76 | 0.32 | 0.31 |
| Hex | 35 | 68 | 50 | 31 | 0 | 17 | 3B | 98 | 20 | 1F |
| Octal | 65 | 150 | 120 | 61 | 0 | 27 | 73 | 230 | 40 | 37 |
| Binary | 110101 | 1101000 | 1010000 | 110001 | 0 | 10111 | 111011 | 10011000 | 100000 | 11111 |
Color Harmonies of #356850
Complementary color
Monochromatic Colors of #356850
Black with #356850
Text Example
Text Example
White with #356850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356850; }
p { color: rgb(53,104,80); }
H1.HeaderClassName
{
color: #356850;
}
.AnyTagClassName
{
color: #356850;
}
</style>
background-color css
<style>
a { background-color: #356850; }
a { background-color: rgb(53,104,80); }
div.DivClassName
{
background-color: #356850;
}
.BgClassName
{
background-color: #356850;
}
</style>
border-color css
<style>
span { border-color: #356850; }
span { border-color: rgb(53,104,80); }
td.TdClassName
{
border-color: #356850;
}
.TagClassName
{
border-color: #356850;
}
</style>