Shades of Eden #1B6F56
Tints of Eden #1B6F56
RGB
CMYK
RGB Variations
Color information
#1B6F56 (or 0x1B6F56) is known color: Eden. HEX triplet: 1B, 6F and 56. RGB value is (27,111,86). Sum of RGB (Red+Green+Blue) = 27+111+86=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #1B6F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6F56 is #E490A9. Grayscale: #535353. Windows color (decimal): -14979242 or 5664539. OLE color: 5664539.
HSL color Cylindrical-coordinate representation of color #1B6F56: hue angle of 162.14º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6F56 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 111 | 86 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.56 |
| HSL | 162.14º | 0.61% | 0.27% | - |
| HSV(B) | 162.14º | 0.76% | 0.44% | - |
| XYZ | 7.82 | 12.27 | 10.76 | - |
| YUV | 83.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 86 | 0.76 | 0 | 0.23 | 0.56 | 162.14 | 0.61 | 0.27 |
| Hex | 1B | 6F | 56 | 4C | 0 | 17 | 38 | A2 | 3D | 1B |
| Octal | 33 | 157 | 126 | 114 | 0 | 27 | 70 | 242 | 75 | 33 |
| Binary | 11011 | 1101111 | 1010110 | 1001100 | 0 | 10111 | 111000 | 10100010 | 111101 | 11011 |
Color Harmonies of #1B6F56
Complementary color
Monochromatic Colors of #1B6F56
Black with #1B6F56
Text Example
Text Example
White with #1B6F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6F56; }
p { color: rgb(27,111,86); }
H1.HeaderClassName
{
color: #1B6F56;
}
.AnyTagClassName
{
color: #1B6F56;
}
</style>
background-color css
<style>
a { background-color: #1B6F56; }
a { background-color: rgb(27,111,86); }
div.DivClassName
{
background-color: #1B6F56;
}
.BgClassName
{
background-color: #1B6F56;
}
</style>
border-color css
<style>
span { border-color: #1B6F56; }
span { border-color: rgb(27,111,86); }
td.TdClassName
{
border-color: #1B6F56;
}
.TagClassName
{
border-color: #1B6F56;
}
</style>