Shades of Eden #1F5651
Tints of Eden #1F5651
RGB
CMYK
RGB Variations
Color information
#1F5651 (or 0x1F5651) is known color: Eden. HEX triplet: 1F, 56 and 51. RGB value is (31,86,81). Sum of RGB (Red+Green+Blue) = 31+86+81=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 86 - color contains mainly: green. Hex color #1F5651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5651 is #E0A9AE. Grayscale: #444444. Windows color (decimal): -14723503 or 5330463. OLE color: 5330463.
HSL color Cylindrical-coordinate representation of color #1F5651: hue angle of 174.55º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5651 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 81 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.66 |
| HSL | 174.55º | 0.47% | 0.23% | - |
| HSV(B) | 174.55º | 0.64% | 0.34% | - |
| XYZ | 5.38 | 7.54 | 8.96 | - |
| YUV | 68.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 81 | 0.64 | 0 | 0.06 | 0.66 | 174.55 | 0.47 | 0.23 |
| Hex | 1F | 56 | 51 | 40 | 0 | 6 | 42 | AF | 2F | 17 |
| Octal | 37 | 126 | 121 | 100 | 0 | 6 | 102 | 257 | 57 | 27 |
| Binary | 11111 | 1010110 | 1010001 | 1000000 | 0 | 110 | 1000010 | 10101111 | 101111 | 10111 |
Color Harmonies of #1F5651
Complementary color
Monochromatic Colors of #1F5651
Black with #1F5651
Text Example
Text Example
White with #1F5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5651; }
p { color: rgb(31,86,81); }
H1.HeaderClassName
{
color: #1F5651;
}
.AnyTagClassName
{
color: #1F5651;
}
</style>
background-color css
<style>
a { background-color: #1F5651; }
a { background-color: rgb(31,86,81); }
div.DivClassName
{
background-color: #1F5651;
}
.BgClassName
{
background-color: #1F5651;
}
</style>
border-color css
<style>
span { border-color: #1F5651; }
span { border-color: rgb(31,86,81); }
td.TdClassName
{
border-color: #1F5651;
}
.TagClassName
{
border-color: #1F5651;
}
</style>