Shades of Eden #1F6358
Tints of Eden #1F6358
RGB
CMYK
RGB Variations
Color information
#1F6358 (or 0x1F6358) is known color: Eden. HEX triplet: 1F, 63 and 58. RGB value is (31,99,88). Sum of RGB (Red+Green+Blue) = 31+99+88=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6358 is #E09CA7. Grayscale: #4D4D4D. Windows color (decimal): -14720168 or 5792543. OLE color: 5792543.
HSL color Cylindrical-coordinate representation of color #1F6358: hue angle of 170.29º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6358 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 88 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.61 |
| HSL | 170.29º | 0.52% | 0.25% | - |
| HSV(B) | 170.29º | 0.69% | 0.39% | - |
| XYZ | 6.79 | 9.92 | 10.79 | - |
| YUV | 77.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 88 | 0.69 | 0 | 0.11 | 0.61 | 170.29 | 0.52 | 0.25 |
| Hex | 1F | 63 | 58 | 45 | 0 | B | 3D | AA | 34 | 19 |
| Octal | 37 | 143 | 130 | 105 | 0 | 13 | 75 | 252 | 64 | 31 |
| Binary | 11111 | 1100011 | 1011000 | 1000101 | 0 | 1011 | 111101 | 10101010 | 110100 | 11001 |
Color Harmonies of #1F6358
Complementary color
Monochromatic Colors of #1F6358
Black with #1F6358
Text Example
Text Example
White with #1F6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6358; }
p { color: rgb(31,99,88); }
H1.HeaderClassName
{
color: #1F6358;
}
.AnyTagClassName
{
color: #1F6358;
}
</style>
background-color css
<style>
a { background-color: #1F6358; }
a { background-color: rgb(31,99,88); }
div.DivClassName
{
background-color: #1F6358;
}
.BgClassName
{
background-color: #1F6358;
}
</style>
border-color css
<style>
span { border-color: #1F6358; }
span { border-color: rgb(31,99,88); }
td.TdClassName
{
border-color: #1F6358;
}
.TagClassName
{
border-color: #1F6358;
}
</style>