Shades of Spectra #37654E
Tints of Spectra #37654E
RGB
CMYK
RGB Variations
Color information
#37654E (or 0x37654E) is known color: Spectra. HEX triplet: 37, 65 and 4E. RGB value is (55,101,78). Sum of RGB (Red+Green+Blue) = 55+101+78=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #37654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37654E is #C89AB1. Grayscale: #545454. Windows color (decimal): -13146802 or 5137719. OLE color: 5137719.
HSL color Cylindrical-coordinate representation of color #37654E: hue angle of 150º 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 #37654E is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 78 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.60 |
| HSL | 150º | 0.29% | 0.31% | - |
| HSV(B) | 150º | 0.46% | 0.4% | - |
| XYZ | 7.6 | 10.67 | 8.87 | - |
| YUV | 84.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 78 | 0.46 | 0 | 0.23 | 0.60 | 150 | 0.29 | 0.31 |
| Hex | 37 | 65 | 4E | 2E | 0 | 17 | 3C | 96 | 1D | 1F |
| Octal | 67 | 145 | 116 | 56 | 0 | 27 | 74 | 226 | 35 | 37 |
| Binary | 110111 | 1100101 | 1001110 | 101110 | 0 | 10111 | 111100 | 10010110 | 11101 | 11111 |
Color Harmonies of #37654E
Complementary color
Monochromatic Colors of #37654E
Black with #37654E
Text Example
Text Example
White with #37654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37654E; }
p { color: rgb(55,101,78); }
H1.HeaderClassName
{
color: #37654E;
}
.AnyTagClassName
{
color: #37654E;
}
</style>
background-color css
<style>
a { background-color: #37654E; }
a { background-color: rgb(55,101,78); }
div.DivClassName
{
background-color: #37654E;
}
.BgClassName
{
background-color: #37654E;
}
</style>
border-color css
<style>
span { border-color: #37654E; }
span { border-color: rgb(55,101,78); }
td.TdClassName
{
border-color: #37654E;
}
.TagClassName
{
border-color: #37654E;
}
</style>