Shades of Eden #1F655B
Tints of Eden #1F655B
RGB
CMYK
RGB Variations
Color information
#1F655B (or 0x1F655B) is known color: Eden. HEX triplet: 1F, 65 and 5B. RGB value is (31,101,91). Sum of RGB (Red+Green+Blue) = 31+101+91=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #1F655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F655B is #E09AA4. Grayscale: #4E4E4E. Windows color (decimal): -14719653 or 5989663. OLE color: 5989663.
HSL color Cylindrical-coordinate representation of color #1F655B: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F655B is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 91 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.60 |
| HSL | 171.43º | 0.53% | 0.26% | - |
| HSV(B) | 171.43º | 0.69% | 0.4% | - |
| XYZ | 7.11 | 10.35 | 11.52 | - |
| YUV | 78.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 91 | 0.69 | 0 | 0.10 | 0.60 | 171.43 | 0.53 | 0.26 |
| Hex | 1F | 65 | 5B | 45 | 0 | A | 3C | AB | 35 | 1A |
| Octal | 37 | 145 | 133 | 105 | 0 | 12 | 74 | 253 | 65 | 32 |
| Binary | 11111 | 1100101 | 1011011 | 1000101 | 0 | 1010 | 111100 | 10101011 | 110101 | 11010 |
Color Harmonies of #1F655B
Complementary color
Monochromatic Colors of #1F655B
Black with #1F655B
Text Example
Text Example
White with #1F655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F655B; }
p { color: rgb(31,101,91); }
H1.HeaderClassName
{
color: #1F655B;
}
.AnyTagClassName
{
color: #1F655B;
}
</style>
background-color css
<style>
a { background-color: #1F655B; }
a { background-color: rgb(31,101,91); }
div.DivClassName
{
background-color: #1F655B;
}
.BgClassName
{
background-color: #1F655B;
}
</style>
border-color css
<style>
span { border-color: #1F655B; }
span { border-color: rgb(31,101,91); }
td.TdClassName
{
border-color: #1F655B;
}
.TagClassName
{
border-color: #1F655B;
}
</style>