Shades of Eden #1F554E
Tints of Eden #1F554E
RGB
CMYK
RGB Variations
Color information
#1F554E (or 0x1F554E) is known color: Eden. HEX triplet: 1F, 55 and 4E. RGB value is (31,85,78). Sum of RGB (Red+Green+Blue) = 31+85+78=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #1F554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F554E is #E0AAB1. Grayscale: #444444. Windows color (decimal): -14723762 or 5133599. OLE color: 5133599.
HSL color Cylindrical-coordinate representation of color #1F554E: hue angle of 172.22º 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 #1F554E is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 78 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.67 |
| HSL | 172.22º | 0.47% | 0.23% | - |
| HSV(B) | 172.22º | 0.64% | 0.33% | - |
| XYZ | 5.19 | 7.34 | 8.35 | - |
| YUV | 68.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 78 | 0.64 | 0 | 0.08 | 0.67 | 172.22 | 0.47 | 0.23 |
| Hex | 1F | 55 | 4E | 40 | 0 | 8 | 43 | AC | 2F | 17 |
| Octal | 37 | 125 | 116 | 100 | 0 | 10 | 103 | 254 | 57 | 27 |
| Binary | 11111 | 1010101 | 1001110 | 1000000 | 0 | 1000 | 1000011 | 10101100 | 101111 | 10111 |
Color Harmonies of #1F554E
Complementary color
Monochromatic Colors of #1F554E
Black with #1F554E
Text Example
Text Example
White with #1F554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F554E; }
p { color: rgb(31,85,78); }
H1.HeaderClassName
{
color: #1F554E;
}
.AnyTagClassName
{
color: #1F554E;
}
</style>
background-color css
<style>
a { background-color: #1F554E; }
a { background-color: rgb(31,85,78); }
div.DivClassName
{
background-color: #1F554E;
}
.BgClassName
{
background-color: #1F554E;
}
</style>
border-color css
<style>
span { border-color: #1F554E; }
span { border-color: rgb(31,85,78); }
td.TdClassName
{
border-color: #1F554E;
}
.TagClassName
{
border-color: #1F554E;
}
</style>