Shades of Spectra #356450
Tints of Spectra #356450
RGB
CMYK
RGB Variations
Color information
#356450 (or 0x356450) is known color: Spectra. HEX triplet: 35, 64 and 50. RGB value is (53,100,80). Sum of RGB (Red+Green+Blue) = 53+100+80=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #356450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356450 is #CA9BAF. Grayscale: #535353. Windows color (decimal): -13278128 or 5268533. OLE color: 5268533.
HSL color Cylindrical-coordinate representation of color #356450: hue angle of 154.47º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #356450 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 100 | 80 | - |
| CMYK | 0.47 | 0 | 0.2 | 0.61 |
| HSL | 154.47º | 0.31% | 0.3% | - |
| HSV(B) | 154.47º | 0.47% | 0.39% | - |
| XYZ | 7.47 | 10.45 | 9.21 | - |
| YUV | 83.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 80 | 0.47 | 0 | 0.2 | 0.61 | 154.47 | 0.31 | 0.3 |
| Hex | 35 | 64 | 50 | 2F | 0 | 14 | 3D | 9A | 1F | 1E |
| Octal | 65 | 144 | 120 | 57 | 0 | 24 | 75 | 232 | 37 | 36 |
| Binary | 110101 | 1100100 | 1010000 | 101111 | 0 | 10100 | 111101 | 10011010 | 11111 | 11110 |
Color Harmonies of #356450
Complementary color
Monochromatic Colors of #356450
Black with #356450
Text Example
Text Example
White with #356450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356450; }
p { color: rgb(53,100,80); }
H1.HeaderClassName
{
color: #356450;
}
.AnyTagClassName
{
color: #356450;
}
</style>
background-color css
<style>
a { background-color: #356450; }
a { background-color: rgb(53,100,80); }
div.DivClassName
{
background-color: #356450;
}
.BgClassName
{
background-color: #356450;
}
</style>
border-color css
<style>
span { border-color: #356450; }
span { border-color: rgb(53,100,80); }
td.TdClassName
{
border-color: #356450;
}
.TagClassName
{
border-color: #356450;
}
</style>