Shades of Spectra #375D4C
Tints of Spectra #375D4C
RGB
CMYK
RGB Variations
Color information
#375D4C (or 0x375D4C) is known color: Spectra. HEX triplet: 37, 5D and 4C. RGB value is (55,93,76). Sum of RGB (Red+Green+Blue) = 55+93+76=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #375D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D4C is #C8A2B3. Grayscale: #4F4F4F. Windows color (decimal): -13148852 or 5004599. OLE color: 5004599.
HSL color Cylindrical-coordinate representation of color #375D4C: hue angle of 153.16º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D4C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 93 | 76 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.64 |
| HSL | 153.16º | 0.26% | 0.29% | - |
| HSV(B) | 153.16º | 0.41% | 0.36% | - |
| XYZ | 6.79 | 9.16 | 8.25 | - |
| YUV | 79.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 76 | 0.41 | 0 | 0.18 | 0.64 | 153.16 | 0.26 | 0.29 |
| Hex | 37 | 5D | 4C | 29 | 0 | 12 | 40 | 99 | 1A | 1D |
| Octal | 67 | 135 | 114 | 51 | 0 | 22 | 100 | 231 | 32 | 35 |
| Binary | 110111 | 1011101 | 1001100 | 101001 | 0 | 10010 | 1000000 | 10011001 | 11010 | 11101 |
Color Harmonies of #375D4C
Complementary color
Monochromatic Colors of #375D4C
Black with #375D4C
Text Example
Text Example
White with #375D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D4C; }
p { color: rgb(55,93,76); }
H1.HeaderClassName
{
color: #375D4C;
}
.AnyTagClassName
{
color: #375D4C;
}
</style>
background-color css
<style>
a { background-color: #375D4C; }
a { background-color: rgb(55,93,76); }
div.DivClassName
{
background-color: #375D4C;
}
.BgClassName
{
background-color: #375D4C;
}
</style>
border-color css
<style>
span { border-color: #375D4C; }
span { border-color: rgb(55,93,76); }
td.TdClassName
{
border-color: #375D4C;
}
.TagClassName
{
border-color: #375D4C;
}
</style>