Shades of Spectra #37604E
Tints of Spectra #37604E
RGB
CMYK
RGB Variations
Color information
#37604E (or 0x37604E) is known color: Spectra. HEX triplet: 37, 60 and 4E. RGB value is (55,96,78). Sum of RGB (Red+Green+Blue) = 55+96+78=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #37604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37604E is #C89FB1. Grayscale: #515151. Windows color (decimal): -13148082 or 5136439. OLE color: 5136439.
HSL color Cylindrical-coordinate representation of color #37604E: hue angle of 153.66º degrees, saturation: 0.27, 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 #37604E is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 96 | 78 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.62 |
| HSL | 153.66º | 0.27% | 0.3% | - |
| HSV(B) | 153.66º | 0.43% | 0.38% | - |
| XYZ | 7.13 | 9.73 | 8.71 | - |
| YUV | 81.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 78 | 0.43 | 0 | 0.19 | 0.62 | 153.66 | 0.27 | 0.3 |
| Hex | 37 | 60 | 4E | 2B | 0 | 13 | 3E | 9A | 1B | 1E |
| Octal | 67 | 140 | 116 | 53 | 0 | 23 | 76 | 232 | 33 | 36 |
| Binary | 110111 | 1100000 | 1001110 | 101011 | 0 | 10011 | 111110 | 10011010 | 11011 | 11110 |
Color Harmonies of #37604E
Complementary color
Monochromatic Colors of #37604E
Black with #37604E
Text Example
Text Example
White with #37604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37604E; }
p { color: rgb(55,96,78); }
H1.HeaderClassName
{
color: #37604E;
}
.AnyTagClassName
{
color: #37604E;
}
</style>
background-color css
<style>
a { background-color: #37604E; }
a { background-color: rgb(55,96,78); }
div.DivClassName
{
background-color: #37604E;
}
.BgClassName
{
background-color: #37604E;
}
</style>
border-color css
<style>
span { border-color: #37604E; }
span { border-color: rgb(55,96,78); }
td.TdClassName
{
border-color: #37604E;
}
.TagClassName
{
border-color: #37604E;
}
</style>