Shades of Eden #1F6356
Tints of Eden #1F6356
RGB
CMYK
RGB Variations
Color information
#1F6356 (or 0x1F6356) is known color: Eden. HEX triplet: 1F, 63 and 56. RGB value is (31,99,86). Sum of RGB (Red+Green+Blue) = 31+99+86=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6356 is #E09CA9. Grayscale: #4D4D4D. Windows color (decimal): -14720170 or 5661471. OLE color: 5661471.
HSL color Cylindrical-coordinate representation of color #1F6356: hue angle of 168.53º 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 #1F6356 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 86 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.61 |
| HSL | 168.53º | 0.52% | 0.25% | - |
| HSV(B) | 168.53º | 0.69% | 0.39% | - |
| XYZ | 6.71 | 9.89 | 10.36 | - |
| YUV | 77.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 86 | 0.69 | 0 | 0.13 | 0.61 | 168.53 | 0.52 | 0.25 |
| Hex | 1F | 63 | 56 | 45 | 0 | D | 3D | A9 | 34 | 19 |
| Octal | 37 | 143 | 126 | 105 | 0 | 15 | 75 | 251 | 64 | 31 |
| Binary | 11111 | 1100011 | 1010110 | 1000101 | 0 | 1101 | 111101 | 10101001 | 110100 | 11001 |
Color Harmonies of #1F6356
Complementary color
Monochromatic Colors of #1F6356
Black with #1F6356
Text Example
Text Example
White with #1F6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6356; }
p { color: rgb(31,99,86); }
H1.HeaderClassName
{
color: #1F6356;
}
.AnyTagClassName
{
color: #1F6356;
}
</style>
background-color css
<style>
a { background-color: #1F6356; }
a { background-color: rgb(31,99,86); }
div.DivClassName
{
background-color: #1F6356;
}
.BgClassName
{
background-color: #1F6356;
}
</style>
border-color css
<style>
span { border-color: #1F6356; }
span { border-color: rgb(31,99,86); }
td.TdClassName
{
border-color: #1F6356;
}
.TagClassName
{
border-color: #1F6356;
}
</style>