Shades of Eden #1F544D
Tints of Eden #1F544D
RGB
CMYK
RGB Variations
Color information
#1F544D (or 0x1F544D) is known color: Eden. HEX triplet: 1F, 54 and 4D. RGB value is (31,84,77). Sum of RGB (Red+Green+Blue) = 31+84+77=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #1F544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F544D is #E0ABB2. Grayscale: #434343. Windows color (decimal): -14724019 or 5067807. OLE color: 5067807.
HSL color Cylindrical-coordinate representation of color #1F544D: hue angle of 172.08º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F544D is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 77 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.67 |
| HSL | 172.08º | 0.46% | 0.23% | - |
| HSV(B) | 172.08º | 0.63% | 0.33% | - |
| XYZ | 5.07 | 7.17 | 8.14 | - |
| YUV | 67.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 77 | 0.63 | 0 | 0.08 | 0.67 | 172.08 | 0.46 | 0.23 |
| Hex | 1F | 54 | 4D | 3F | 0 | 8 | 43 | AC | 2E | 17 |
| Octal | 37 | 124 | 115 | 77 | 0 | 10 | 103 | 254 | 56 | 27 |
| Binary | 11111 | 1010100 | 1001101 | 111111 | 0 | 1000 | 1000011 | 10101100 | 101110 | 10111 |
Color Harmonies of #1F544D
Complementary color
Monochromatic Colors of #1F544D
Black with #1F544D
Text Example
Text Example
White with #1F544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F544D; }
p { color: rgb(31,84,77); }
H1.HeaderClassName
{
color: #1F544D;
}
.AnyTagClassName
{
color: #1F544D;
}
</style>
background-color css
<style>
a { background-color: #1F544D; }
a { background-color: rgb(31,84,77); }
div.DivClassName
{
background-color: #1F544D;
}
.BgClassName
{
background-color: #1F544D;
}
</style>
border-color css
<style>
span { border-color: #1F544D; }
span { border-color: rgb(31,84,77); }
td.TdClassName
{
border-color: #1F544D;
}
.TagClassName
{
border-color: #1F544D;
}
</style>