Shades of Spectra #375C4E
Tints of Spectra #375C4E
RGB
CMYK
RGB Variations
Color information
#375C4E (or 0x375C4E) is known color: Spectra. HEX triplet: 37, 5C and 4E. RGB value is (55,92,78). Sum of RGB (Red+Green+Blue) = 55+92+78=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #375C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C4E is #C8A3B1. Grayscale: #4F4F4F. Windows color (decimal): -13149106 or 5135415. OLE color: 5135415.
HSL color Cylindrical-coordinate representation of color #375C4E: hue angle of 157.3º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C4E is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 78 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.64 |
| HSL | 157.3º | 0.25% | 0.29% | - |
| HSV(B) | 157.3º | 0.4% | 0.36% | - |
| XYZ | 6.78 | 9.02 | 8.59 | - |
| YUV | 79.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 78 | 0.40 | 0 | 0.15 | 0.64 | 157.3 | 0.25 | 0.29 |
| Hex | 37 | 5C | 4E | 28 | 0 | F | 40 | 9D | 19 | 1D |
| Octal | 67 | 134 | 116 | 50 | 0 | 17 | 100 | 235 | 31 | 35 |
| Binary | 110111 | 1011100 | 1001110 | 101000 | 0 | 1111 | 1000000 | 10011101 | 11001 | 11101 |
Color Harmonies of #375C4E
Complementary color
Monochromatic Colors of #375C4E
Black with #375C4E
Text Example
Text Example
White with #375C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C4E; }
p { color: rgb(55,92,78); }
H1.HeaderClassName
{
color: #375C4E;
}
.AnyTagClassName
{
color: #375C4E;
}
</style>
background-color css
<style>
a { background-color: #375C4E; }
a { background-color: rgb(55,92,78); }
div.DivClassName
{
background-color: #375C4E;
}
.BgClassName
{
background-color: #375C4E;
}
</style>
border-color css
<style>
span { border-color: #375C4E; }
span { border-color: rgb(55,92,78); }
td.TdClassName
{
border-color: #375C4E;
}
.TagClassName
{
border-color: #375C4E;
}
</style>