Shades of Eden #1F655C
Tints of Eden #1F655C
RGB
CMYK
RGB Variations
Color information
#1F655C (or 0x1F655C) is known color: Eden. HEX triplet: 1F, 65 and 5C. RGB value is (31,101,92). Sum of RGB (Red+Green+Blue) = 31+101+92=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #1F655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F655C is #E09AA3. Grayscale: #4F4F4F. Windows color (decimal): -14719652 or 6055199. OLE color: 6055199.
HSL color Cylindrical-coordinate representation of color #1F655C: hue angle of 172.29º 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 #1F655C is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 92 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.60 |
| HSL | 172.29º | 0.53% | 0.26% | - |
| HSV(B) | 172.29º | 0.69% | 0.4% | - |
| XYZ | 7.15 | 10.37 | 11.75 | - |
| YUV | 79.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 92 | 0.69 | 0 | 0.09 | 0.60 | 172.29 | 0.53 | 0.26 |
| Hex | 1F | 65 | 5C | 45 | 0 | 9 | 3C | AC | 35 | 1A |
| Octal | 37 | 145 | 134 | 105 | 0 | 11 | 74 | 254 | 65 | 32 |
| Binary | 11111 | 1100101 | 1011100 | 1000101 | 0 | 1001 | 111100 | 10101100 | 110101 | 11010 |
Color Harmonies of #1F655C
Complementary color
Monochromatic Colors of #1F655C
Black with #1F655C
Text Example
Text Example
White with #1F655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F655C; }
p { color: rgb(31,101,92); }
H1.HeaderClassName
{
color: #1F655C;
}
.AnyTagClassName
{
color: #1F655C;
}
</style>
background-color css
<style>
a { background-color: #1F655C; }
a { background-color: rgb(31,101,92); }
div.DivClassName
{
background-color: #1F655C;
}
.BgClassName
{
background-color: #1F655C;
}
</style>
border-color css
<style>
span { border-color: #1F655C; }
span { border-color: rgb(31,101,92); }
td.TdClassName
{
border-color: #1F655C;
}
.TagClassName
{
border-color: #1F655C;
}
</style>