Shades of Spectra #356652
Tints of Spectra #356652
RGB
CMYK
RGB Variations
Color information
#356652 (or 0x356652) is known color: Spectra. HEX triplet: 35, 66 and 52. RGB value is (53,102,82). Sum of RGB (Red+Green+Blue) = 53+102+82=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #356652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356652 is #CA99AD. Grayscale: #555555. Windows color (decimal): -13277614 or 5400117. OLE color: 5400117.
HSL color Cylindrical-coordinate representation of color #356652: hue angle of 155.51º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356652 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 82 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.6 |
| HSL | 155.51º | 0.32% | 0.3% | - |
| HSV(B) | 155.51º | 0.48% | 0.4% | - |
| XYZ | 7.74 | 10.87 | 9.67 | - |
| YUV | 85.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 82 | 0.48 | 0 | 0.20 | 0.6 | 155.51 | 0.32 | 0.3 |
| Hex | 35 | 66 | 52 | 30 | 0 | 14 | 3C | 9C | 20 | 1E |
| Octal | 65 | 146 | 122 | 60 | 0 | 24 | 74 | 234 | 40 | 36 |
| Binary | 110101 | 1100110 | 1010010 | 110000 | 0 | 10100 | 111100 | 10011100 | 100000 | 11110 |
Color Harmonies of #356652
Complementary color
Monochromatic Colors of #356652
Black with #356652
Text Example
Text Example
White with #356652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356652; }
p { color: rgb(53,102,82); }
H1.HeaderClassName
{
color: #356652;
}
.AnyTagClassName
{
color: #356652;
}
</style>
background-color css
<style>
a { background-color: #356652; }
a { background-color: rgb(53,102,82); }
div.DivClassName
{
background-color: #356652;
}
.BgClassName
{
background-color: #356652;
}
</style>
border-color css
<style>
span { border-color: #356652; }
span { border-color: rgb(53,102,82); }
td.TdClassName
{
border-color: #356652;
}
.TagClassName
{
border-color: #356652;
}
</style>