Shades of Spectra #366256
Tints of Spectra #366256
RGB
CMYK
RGB Variations
Color information
#366256 (or 0x366256) is known color: Spectra. HEX triplet: 36, 62 and 56. RGB value is (54,98,86). Sum of RGB (Red+Green+Blue) = 54+98+86=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #366256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366256 is #C99DA9. Grayscale: #535353. Windows color (decimal): -13213098 or 5661238. OLE color: 5661238.
HSL color Cylindrical-coordinate representation of color #366256: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366256 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 86 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.62 |
| HSL | 163.64º | 0.29% | 0.3% | - |
| HSV(B) | 163.64º | 0.45% | 0.38% | - |
| XYZ | 7.57 | 10.19 | 10.37 | - |
| YUV | 83.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 86 | 0.45 | 0 | 0.12 | 0.62 | 163.64 | 0.29 | 0.3 |
| Hex | 36 | 62 | 56 | 2D | 0 | C | 3E | A4 | 1D | 1E |
| Octal | 66 | 142 | 126 | 55 | 0 | 14 | 76 | 244 | 35 | 36 |
| Binary | 110110 | 1100010 | 1010110 | 101101 | 0 | 1100 | 111110 | 10100100 | 11101 | 11110 |
Color Harmonies of #366256
Complementary color
Monochromatic Colors of #366256
Black with #366256
Text Example
Text Example
White with #366256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366256; }
p { color: rgb(54,98,86); }
H1.HeaderClassName
{
color: #366256;
}
.AnyTagClassName
{
color: #366256;
}
</style>
background-color css
<style>
a { background-color: #366256; }
a { background-color: rgb(54,98,86); }
div.DivClassName
{
background-color: #366256;
}
.BgClassName
{
background-color: #366256;
}
</style>
border-color css
<style>
span { border-color: #366256; }
span { border-color: rgb(54,98,86); }
td.TdClassName
{
border-color: #366256;
}
.TagClassName
{
border-color: #366256;
}
</style>