Shades of Spectra #376551
Tints of Spectra #376551
RGB
CMYK
RGB Variations
Color information
#376551 (or 0x376551) is known color: Spectra. HEX triplet: 37, 65 and 51. RGB value is (55,101,81). Sum of RGB (Red+Green+Blue) = 55+101+81=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #376551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376551 is #C89AAE. Grayscale: #555555. Windows color (decimal): -13146799 or 5334327. OLE color: 5334327.
HSL color Cylindrical-coordinate representation of color #376551: hue angle of 153.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376551 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 81 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.60 |
| HSL | 153.91º | 0.29% | 0.31% | - |
| HSV(B) | 153.91º | 0.46% | 0.4% | - |
| XYZ | 7.71 | 10.71 | 9.45 | - |
| YUV | 84.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 81 | 0.46 | 0 | 0.20 | 0.60 | 153.91 | 0.29 | 0.31 |
| Hex | 37 | 65 | 51 | 2E | 0 | 14 | 3C | 9A | 1D | 1F |
| Octal | 67 | 145 | 121 | 56 | 0 | 24 | 74 | 232 | 35 | 37 |
| Binary | 110111 | 1100101 | 1010001 | 101110 | 0 | 10100 | 111100 | 10011010 | 11101 | 11111 |
Color Harmonies of #376551
Complementary color
Monochromatic Colors of #376551
Black with #376551
Text Example
Text Example
White with #376551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376551; }
p { color: rgb(55,101,81); }
H1.HeaderClassName
{
color: #376551;
}
.AnyTagClassName
{
color: #376551;
}
</style>
background-color css
<style>
a { background-color: #376551; }
a { background-color: rgb(55,101,81); }
div.DivClassName
{
background-color: #376551;
}
.BgClassName
{
background-color: #376551;
}
</style>
border-color css
<style>
span { border-color: #376551; }
span { border-color: rgb(55,101,81); }
td.TdClassName
{
border-color: #376551;
}
.TagClassName
{
border-color: #376551;
}
</style>