Shades of Spectra #376256
Tints of Spectra #376256
RGB
CMYK
RGB Variations
Color information
#376256 (or 0x376256) is known color: Spectra. HEX triplet: 37, 62 and 56. RGB value is (55,98,86). Sum of RGB (Red+Green+Blue) = 55+98+86=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #376256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376256 is #C89DA9. Grayscale: #535353. Windows color (decimal): -13147562 or 5661239. OLE color: 5661239.
HSL color Cylindrical-coordinate representation of color #376256: hue angle of 163.26º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376256 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 98 | 86 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.62 |
| HSL | 163.26º | 0.28% | 0.3% | - |
| HSV(B) | 163.26º | 0.44% | 0.38% | - |
| XYZ | 7.62 | 10.22 | 10.37 | - |
| YUV | 83.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 86 | 0.44 | 0 | 0.12 | 0.62 | 163.26 | 0.28 | 0.3 |
| Hex | 37 | 62 | 56 | 2C | 0 | C | 3E | A3 | 1C | 1E |
| Octal | 67 | 142 | 126 | 54 | 0 | 14 | 76 | 243 | 34 | 36 |
| Binary | 110111 | 1100010 | 1010110 | 101100 | 0 | 1100 | 111110 | 10100011 | 11100 | 11110 |
Color Harmonies of #376256
Complementary color
Monochromatic Colors of #376256
Black with #376256
Text Example
Text Example
White with #376256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376256; }
p { color: rgb(55,98,86); }
H1.HeaderClassName
{
color: #376256;
}
.AnyTagClassName
{
color: #376256;
}
</style>
background-color css
<style>
a { background-color: #376256; }
a { background-color: rgb(55,98,86); }
div.DivClassName
{
background-color: #376256;
}
.BgClassName
{
background-color: #376256;
}
</style>
border-color css
<style>
span { border-color: #376256; }
span { border-color: rgb(55,98,86); }
td.TdClassName
{
border-color: #376256;
}
.TagClassName
{
border-color: #376256;
}
</style>