Shades of Spectra #37614E
Tints of Spectra #37614E
RGB
CMYK
RGB Variations
Color information
#37614E (or 0x37614E) is known color: Spectra. HEX triplet: 37, 61 and 4E. RGB value is (55,97,78). Sum of RGB (Red+Green+Blue) = 55+97+78=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #37614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37614E is #C89EB1. Grayscale: #525252. Windows color (decimal): -13147826 or 5136695. OLE color: 5136695.
HSL color Cylindrical-coordinate representation of color #37614E: hue angle of 152.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37614E is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 97 | 78 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.62 |
| HSL | 152.86º | 0.28% | 0.3% | - |
| HSV(B) | 152.86º | 0.43% | 0.38% | - |
| XYZ | 7.23 | 9.91 | 8.74 | - |
| YUV | 82.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 78 | 0.43 | 0 | 0.20 | 0.62 | 152.86 | 0.28 | 0.3 |
| Hex | 37 | 61 | 4E | 2B | 0 | 14 | 3E | 99 | 1C | 1E |
| Octal | 67 | 141 | 116 | 53 | 0 | 24 | 76 | 231 | 34 | 36 |
| Binary | 110111 | 1100001 | 1001110 | 101011 | 0 | 10100 | 111110 | 10011001 | 11100 | 11110 |
Color Harmonies of #37614E
Complementary color
Monochromatic Colors of #37614E
Black with #37614E
Text Example
Text Example
White with #37614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37614E; }
p { color: rgb(55,97,78); }
H1.HeaderClassName
{
color: #37614E;
}
.AnyTagClassName
{
color: #37614E;
}
</style>
background-color css
<style>
a { background-color: #37614E; }
a { background-color: rgb(55,97,78); }
div.DivClassName
{
background-color: #37614E;
}
.BgClassName
{
background-color: #37614E;
}
</style>
border-color css
<style>
span { border-color: #37614E; }
span { border-color: rgb(55,97,78); }
td.TdClassName
{
border-color: #37614E;
}
.TagClassName
{
border-color: #37614E;
}
</style>