Shades of Eden #375F58
Tints of Eden #375F58
RGB
CMYK
RGB Variations
Color information
#375F58 (or 0x375F58) is known color: Eden. HEX triplet: 37, 5F and 58. RGB value is (55,95,88). Sum of RGB (Red+Green+Blue) = 55+95+88=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #375F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F58 is #C8A0A7. Grayscale: #525252. Windows color (decimal): -13148328 or 5791543. OLE color: 5791543.
HSL color Cylindrical-coordinate representation of color #375F58: hue angle of 169.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F58 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 88 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.63 |
| HSL | 169.5º | 0.27% | 0.29% | - |
| HSV(B) | 169.5º | 0.42% | 0.37% | - |
| XYZ | 7.43 | 9.7 | 10.71 | - |
| YUV | 82.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 88 | 0.42 | 0 | 0.07 | 0.63 | 169.5 | 0.27 | 0.29 |
| Hex | 37 | 5F | 58 | 2A | 0 | 7 | 3F | AA | 1B | 1D |
| Octal | 67 | 137 | 130 | 52 | 0 | 7 | 77 | 252 | 33 | 35 |
| Binary | 110111 | 1011111 | 1011000 | 101010 | 0 | 111 | 111111 | 10101010 | 11011 | 11101 |
Color Harmonies of #375F58
Complementary color
Monochromatic Colors of #375F58
Black with #375F58
Text Example
Text Example
White with #375F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F58; }
p { color: rgb(55,95,88); }
H1.HeaderClassName
{
color: #375F58;
}
.AnyTagClassName
{
color: #375F58;
}
</style>
background-color css
<style>
a { background-color: #375F58; }
a { background-color: rgb(55,95,88); }
div.DivClassName
{
background-color: #375F58;
}
.BgClassName
{
background-color: #375F58;
}
</style>
border-color css
<style>
span { border-color: #375F58; }
span { border-color: rgb(55,95,88); }
td.TdClassName
{
border-color: #375F58;
}
.TagClassName
{
border-color: #375F58;
}
</style>