Shades of Eden #1F5B55
Tints of Eden #1F5B55
RGB
CMYK
RGB Variations
Color information
#1F5B55 (or 0x1F5B55) is known color: Eden. HEX triplet: 1F, 5B and 55. RGB value is (31,91,85). Sum of RGB (Red+Green+Blue) = 31+91+85=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B55 is #E0A4AA. Grayscale: #484848. Windows color (decimal): -14722219 or 5593887. OLE color: 5593887.
HSL color Cylindrical-coordinate representation of color #1F5B55: hue angle of 174º 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 #1F5B55 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 85 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.64 |
| HSL | 174º | 0.49% | 0.24% | - |
| HSV(B) | 174º | 0.66% | 0.36% | - |
| XYZ | 5.95 | 8.43 | 9.91 | - |
| YUV | 72.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 85 | 0.66 | 0 | 0.07 | 0.64 | 174 | 0.49 | 0.24 |
| Hex | 1F | 5B | 55 | 42 | 0 | 7 | 40 | AE | 31 | 18 |
| Octal | 37 | 133 | 125 | 102 | 0 | 7 | 100 | 256 | 61 | 30 |
| Binary | 11111 | 1011011 | 1010101 | 1000010 | 0 | 111 | 1000000 | 10101110 | 110001 | 11000 |
Color Harmonies of #1F5B55
Complementary color
Monochromatic Colors of #1F5B55
Black with #1F5B55
Text Example
Text Example
White with #1F5B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B55; }
p { color: rgb(31,91,85); }
H1.HeaderClassName
{
color: #1F5B55;
}
.AnyTagClassName
{
color: #1F5B55;
}
</style>
background-color css
<style>
a { background-color: #1F5B55; }
a { background-color: rgb(31,91,85); }
div.DivClassName
{
background-color: #1F5B55;
}
.BgClassName
{
background-color: #1F5B55;
}
</style>
border-color css
<style>
span { border-color: #1F5B55; }
span { border-color: rgb(31,91,85); }
td.TdClassName
{
border-color: #1F5B55;
}
.TagClassName
{
border-color: #1F5B55;
}
</style>