Shades of Eden #1F554D
Tints of Eden #1F554D
RGB
CMYK
RGB Variations
Color information
#1F554D (or 0x1F554D) is known color: Eden. HEX triplet: 1F, 55 and 4D. RGB value is (31,85,77). Sum of RGB (Red+Green+Blue) = 31+85+77=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #1F554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F554D is #E0AAB2. Grayscale: #434343. Windows color (decimal): -14723763 or 5068063. OLE color: 5068063.
HSL color Cylindrical-coordinate representation of color #1F554D: hue angle of 171.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F554D is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 77 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.67 |
| HSL | 171.11º | 0.47% | 0.23% | - |
| HSV(B) | 171.11º | 0.64% | 0.33% | - |
| XYZ | 5.15 | 7.32 | 8.16 | - |
| YUV | 67.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 77 | 0.64 | 0 | 0.09 | 0.67 | 171.11 | 0.47 | 0.23 |
| Hex | 1F | 55 | 4D | 40 | 0 | 9 | 43 | AB | 2F | 17 |
| Octal | 37 | 125 | 115 | 100 | 0 | 11 | 103 | 253 | 57 | 27 |
| Binary | 11111 | 1010101 | 1001101 | 1000000 | 0 | 1001 | 1000011 | 10101011 | 101111 | 10111 |
Color Harmonies of #1F554D
Complementary color
Monochromatic Colors of #1F554D
Black with #1F554D
Text Example
Text Example
White with #1F554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F554D; }
p { color: rgb(31,85,77); }
H1.HeaderClassName
{
color: #1F554D;
}
.AnyTagClassName
{
color: #1F554D;
}
</style>
background-color css
<style>
a { background-color: #1F554D; }
a { background-color: rgb(31,85,77); }
div.DivClassName
{
background-color: #1F554D;
}
.BgClassName
{
background-color: #1F554D;
}
</style>
border-color css
<style>
span { border-color: #1F554D; }
span { border-color: rgb(31,85,77); }
td.TdClassName
{
border-color: #1F554D;
}
.TagClassName
{
border-color: #1F554D;
}
</style>