Shades of Eden #1B5751
Tints of Eden #1B5751
RGB
CMYK
RGB Variations
Color information
#1B5751 (or 0x1B5751) is known color: Eden. HEX triplet: 1B, 57 and 51. RGB value is (27,87,81). Sum of RGB (Red+Green+Blue) = 27+87+81=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #1B5751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5751 is #E4A8AE. Grayscale: #444444. Windows color (decimal): -14985391 or 5330715. OLE color: 5330715.
HSL color Cylindrical-coordinate representation of color #1B5751: hue angle of 174º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5751 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 87 | 81 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.66 |
| HSL | 174º | 0.53% | 0.22% | - |
| HSV(B) | 174º | 0.69% | 0.34% | - |
| XYZ | 5.35 | 7.64 | 8.98 | - |
| YUV | 68.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 81 | 0.69 | 0 | 0.07 | 0.66 | 174 | 0.53 | 0.22 |
| Hex | 1B | 57 | 51 | 45 | 0 | 7 | 42 | AE | 35 | 16 |
| Octal | 33 | 127 | 121 | 105 | 0 | 7 | 102 | 256 | 65 | 26 |
| Binary | 11011 | 1010111 | 1010001 | 1000101 | 0 | 111 | 1000010 | 10101110 | 110101 | 10110 |
Color Harmonies of #1B5751
Complementary color
Monochromatic Colors of #1B5751
Black with #1B5751
Text Example
Text Example
White with #1B5751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5751; }
p { color: rgb(27,87,81); }
H1.HeaderClassName
{
color: #1B5751;
}
.AnyTagClassName
{
color: #1B5751;
}
</style>
background-color css
<style>
a { background-color: #1B5751; }
a { background-color: rgb(27,87,81); }
div.DivClassName
{
background-color: #1B5751;
}
.BgClassName
{
background-color: #1B5751;
}
</style>
border-color css
<style>
span { border-color: #1B5751; }
span { border-color: rgb(27,87,81); }
td.TdClassName
{
border-color: #1B5751;
}
.TagClassName
{
border-color: #1B5751;
}
</style>