Shades of Eden #1B5A51
Tints of Eden #1B5A51
RGB
CMYK
RGB Variations
Color information
#1B5A51 (or 0x1B5A51) is known color: Eden. HEX triplet: 1B, 5A and 51. RGB value is (27,90,81). Sum of RGB (Red+Green+Blue) = 27+90+81=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A51 is #E4A5AE. Grayscale: #464646. Windows color (decimal): -14984623 or 5331483. OLE color: 5331483.
HSL color Cylindrical-coordinate representation of color #1B5A51: hue angle of 171.43º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5A51 is Cyan = 0.70, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 90 | 81 | - |
| CMYK | 0.70 | 0 | 0.1 | 0.65 |
| HSL | 171.43º | 0.54% | 0.23% | - |
| HSV(B) | 171.43º | 0.7% | 0.35% | - |
| XYZ | 5.59 | 8.14 | 9.06 | - |
| YUV | 70.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 81 | 0.70 | 0 | 0.1 | 0.65 | 171.43 | 0.54 | 0.23 |
| Hex | 1B | 5A | 51 | 46 | 0 | A | 41 | AB | 36 | 17 |
| Octal | 33 | 132 | 121 | 106 | 0 | 12 | 101 | 253 | 66 | 27 |
| Binary | 11011 | 1011010 | 1010001 | 1000110 | 0 | 1010 | 1000001 | 10101011 | 110110 | 10111 |
Color Harmonies of #1B5A51
Complementary color
Monochromatic Colors of #1B5A51
Black with #1B5A51
Text Example
Text Example
White with #1B5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A51; }
p { color: rgb(27,90,81); }
H1.HeaderClassName
{
color: #1B5A51;
}
.AnyTagClassName
{
color: #1B5A51;
}
</style>
background-color css
<style>
a { background-color: #1B5A51; }
a { background-color: rgb(27,90,81); }
div.DivClassName
{
background-color: #1B5A51;
}
.BgClassName
{
background-color: #1B5A51;
}
</style>
border-color css
<style>
span { border-color: #1B5A51; }
span { border-color: rgb(27,90,81); }
td.TdClassName
{
border-color: #1B5A51;
}
.TagClassName
{
border-color: #1B5A51;
}
</style>