Shades of Spectra #375B4F
Tints of Spectra #375B4F
RGB
CMYK
RGB Variations
Color information
#375B4F (or 0x375B4F) is known color: Spectra. HEX triplet: 37, 5B and 4F. RGB value is (55,91,79). Sum of RGB (Red+Green+Blue) = 55+91+79=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #375B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B4F is #C8A4B0. Grayscale: #4E4E4E. Windows color (decimal): -13149361 or 5200695. OLE color: 5200695.
HSL color Cylindrical-coordinate representation of color #375B4F: hue angle of 160º 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 #375B4F is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 79 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.64 |
| HSL | 160º | 0.25% | 0.29% | - |
| HSV(B) | 160º | 0.4% | 0.36% | - |
| XYZ | 6.73 | 8.86 | 8.75 | - |
| YUV | 78.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 79 | 0.40 | 0 | 0.13 | 0.64 | 160 | 0.25 | 0.29 |
| Hex | 37 | 5B | 4F | 28 | 0 | D | 40 | A0 | 19 | 1D |
| Octal | 67 | 133 | 117 | 50 | 0 | 15 | 100 | 240 | 31 | 35 |
| Binary | 110111 | 1011011 | 1001111 | 101000 | 0 | 1101 | 1000000 | 10100000 | 11001 | 11101 |
Color Harmonies of #375B4F
Complementary color
Monochromatic Colors of #375B4F
Black with #375B4F
Text Example
Text Example
White with #375B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B4F; }
p { color: rgb(55,91,79); }
H1.HeaderClassName
{
color: #375B4F;
}
.AnyTagClassName
{
color: #375B4F;
}
</style>
background-color css
<style>
a { background-color: #375B4F; }
a { background-color: rgb(55,91,79); }
div.DivClassName
{
background-color: #375B4F;
}
.BgClassName
{
background-color: #375B4F;
}
</style>
border-color css
<style>
span { border-color: #375B4F; }
span { border-color: rgb(55,91,79); }
td.TdClassName
{
border-color: #375B4F;
}
.TagClassName
{
border-color: #375B4F;
}
</style>