Shades of Spectra #375E50
Tints of Spectra #375E50
RGB
CMYK
RGB Variations
Color information
#375E50 (or 0x375E50) is known color: Spectra. HEX triplet: 37, 5E and 50. RGB value is (55,94,80). Sum of RGB (Red+Green+Blue) = 55+94+80=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #375E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E50 is #C8A1AF. Grayscale: #505050. Windows color (decimal): -13148592 or 5266999. OLE color: 5266999.
HSL color Cylindrical-coordinate representation of color #375E50: hue angle of 158.46º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375E50 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 94 | 80 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.63 |
| HSL | 158.46º | 0.26% | 0.29% | - |
| HSV(B) | 158.46º | 0.41% | 0.37% | - |
| XYZ | 7.03 | 9.4 | 9.03 | - |
| YUV | 80.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 80 | 0.41 | 0 | 0.15 | 0.63 | 158.46 | 0.26 | 0.29 |
| Hex | 37 | 5E | 50 | 29 | 0 | F | 3F | 9E | 1A | 1D |
| Octal | 67 | 136 | 120 | 51 | 0 | 17 | 77 | 236 | 32 | 35 |
| Binary | 110111 | 1011110 | 1010000 | 101001 | 0 | 1111 | 111111 | 10011110 | 11010 | 11101 |
Color Harmonies of #375E50
Complementary color
Monochromatic Colors of #375E50
Black with #375E50
Text Example
Text Example
White with #375E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E50; }
p { color: rgb(55,94,80); }
H1.HeaderClassName
{
color: #375E50;
}
.AnyTagClassName
{
color: #375E50;
}
</style>
background-color css
<style>
a { background-color: #375E50; }
a { background-color: rgb(55,94,80); }
div.DivClassName
{
background-color: #375E50;
}
.BgClassName
{
background-color: #375E50;
}
</style>
border-color css
<style>
span { border-color: #375E50; }
span { border-color: rgb(55,94,80); }
td.TdClassName
{
border-color: #375E50;
}
.TagClassName
{
border-color: #375E50;
}
</style>