Shades of Spectra #356752
Tints of Spectra #356752
RGB
CMYK
RGB Variations
Color information
#356752 (or 0x356752) is known color: Spectra. HEX triplet: 35, 67 and 52. RGB value is (53,103,82). Sum of RGB (Red+Green+Blue) = 53+103+82=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #356752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356752 is #CA98AD. Grayscale: #555555. Windows color (decimal): -13277358 or 5400373. OLE color: 5400373.
HSL color Cylindrical-coordinate representation of color #356752: hue angle of 154.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356752 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 103 | 82 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.60 |
| HSL | 154.8º | 0.32% | 0.31% | - |
| HSV(B) | 154.8º | 0.49% | 0.4% | - |
| XYZ | 7.84 | 11.07 | 9.71 | - |
| YUV | 85.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 82 | 0.49 | 0 | 0.20 | 0.60 | 154.8 | 0.32 | 0.31 |
| Hex | 35 | 67 | 52 | 31 | 0 | 14 | 3C | 9B | 20 | 1F |
| Octal | 65 | 147 | 122 | 61 | 0 | 24 | 74 | 233 | 40 | 37 |
| Binary | 110101 | 1100111 | 1010010 | 110001 | 0 | 10100 | 111100 | 10011011 | 100000 | 11111 |
Color Harmonies of #356752
Complementary color
Monochromatic Colors of #356752
Black with #356752
Text Example
Text Example
White with #356752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356752; }
p { color: rgb(53,103,82); }
H1.HeaderClassName
{
color: #356752;
}
.AnyTagClassName
{
color: #356752;
}
</style>
background-color css
<style>
a { background-color: #356752; }
a { background-color: rgb(53,103,82); }
div.DivClassName
{
background-color: #356752;
}
.BgClassName
{
background-color: #356752;
}
</style>
border-color css
<style>
span { border-color: #356752; }
span { border-color: rgb(53,103,82); }
td.TdClassName
{
border-color: #356752;
}
.TagClassName
{
border-color: #356752;
}
</style>