Shades of Eden #1F5B54
Tints of Eden #1F5B54
RGB
CMYK
RGB Variations
Color information
#1F5B54 (or 0x1F5B54) is known color: Eden. HEX triplet: 1F, 5B and 54. RGB value is (31,91,84). Sum of RGB (Red+Green+Blue) = 31+91+84=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B54 is #E0A4AB. Grayscale: #484848. Windows color (decimal): -14722220 or 5528351. OLE color: 5528351.
HSL color Cylindrical-coordinate representation of color #1F5B54: hue angle of 173º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5B54 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 84 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.64 |
| HSL | 173º | 0.49% | 0.24% | - |
| HSV(B) | 173º | 0.66% | 0.36% | - |
| XYZ | 5.91 | 8.41 | 9.7 | - |
| YUV | 72.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 84 | 0.66 | 0 | 0.08 | 0.64 | 173 | 0.49 | 0.24 |
| Hex | 1F | 5B | 54 | 42 | 0 | 8 | 40 | AD | 31 | 18 |
| Octal | 37 | 133 | 124 | 102 | 0 | 10 | 100 | 255 | 61 | 30 |
| Binary | 11111 | 1011011 | 1010100 | 1000010 | 0 | 1000 | 1000000 | 10101101 | 110001 | 11000 |
Color Harmonies of #1F5B54
Complementary color
Monochromatic Colors of #1F5B54
Black with #1F5B54
Text Example
Text Example
White with #1F5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B54; }
p { color: rgb(31,91,84); }
H1.HeaderClassName
{
color: #1F5B54;
}
.AnyTagClassName
{
color: #1F5B54;
}
</style>
background-color css
<style>
a { background-color: #1F5B54; }
a { background-color: rgb(31,91,84); }
div.DivClassName
{
background-color: #1F5B54;
}
.BgClassName
{
background-color: #1F5B54;
}
</style>
border-color css
<style>
span { border-color: #1F5B54; }
span { border-color: rgb(31,91,84); }
td.TdClassName
{
border-color: #1F5B54;
}
.TagClassName
{
border-color: #1F5B54;
}
</style>