Shades of Eden #1F5D56
Tints of Eden #1F5D56
RGB
CMYK
RGB Variations
Color information
#1F5D56 (or 0x1F5D56) is known color: Eden. HEX triplet: 1F, 5D and 56. RGB value is (31,93,86). Sum of RGB (Red+Green+Blue) = 31+93+86=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D56 is #E0A2A9. Grayscale: #494949. Windows color (decimal): -14721706 or 5659935. OLE color: 5659935.
HSL color Cylindrical-coordinate representation of color #1F5D56: hue angle of 173.23º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D56 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 86 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.64 |
| HSL | 173.23º | 0.5% | 0.24% | - |
| HSV(B) | 173.23º | 0.67% | 0.36% | - |
| XYZ | 6.16 | 8.79 | 10.18 | - |
| YUV | 73.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 86 | 0.67 | 0 | 0.08 | 0.64 | 173.23 | 0.5 | 0.24 |
| Hex | 1F | 5D | 56 | 43 | 0 | 8 | 40 | AD | 32 | 18 |
| Octal | 37 | 135 | 126 | 103 | 0 | 10 | 100 | 255 | 62 | 30 |
| Binary | 11111 | 1011101 | 1010110 | 1000011 | 0 | 1000 | 1000000 | 10101101 | 110010 | 11000 |
Color Harmonies of #1F5D56
Complementary color
Monochromatic Colors of #1F5D56
Black with #1F5D56
Text Example
Text Example
White with #1F5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D56; }
p { color: rgb(31,93,86); }
H1.HeaderClassName
{
color: #1F5D56;
}
.AnyTagClassName
{
color: #1F5D56;
}
</style>
background-color css
<style>
a { background-color: #1F5D56; }
a { background-color: rgb(31,93,86); }
div.DivClassName
{
background-color: #1F5D56;
}
.BgClassName
{
background-color: #1F5D56;
}
</style>
border-color css
<style>
span { border-color: #1F5D56; }
span { border-color: rgb(31,93,86); }
td.TdClassName
{
border-color: #1F5D56;
}
.TagClassName
{
border-color: #1F5D56;
}
</style>