Shades of Eden #1B6053
Tints of Eden #1B6053
RGB
CMYK
RGB Variations
Color information
#1B6053 (or 0x1B6053) is known color: Eden. HEX triplet: 1B, 60 and 53. RGB value is (27,96,83). Sum of RGB (Red+Green+Blue) = 27+96+83=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6053 is #E49FAC. Grayscale: #494949. Windows color (decimal): -14983085 or 5464091. OLE color: 5464091.
HSL color Cylindrical-coordinate representation of color #1B6053: hue angle of 168.7º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6053 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 96 | 83 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.62 |
| HSL | 168.7º | 0.56% | 0.24% | - |
| HSV(B) | 168.7º | 0.72% | 0.38% | - |
| XYZ | 6.2 | 9.22 | 9.64 | - |
| YUV | 73.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 83 | 0.72 | 0 | 0.14 | 0.62 | 168.7 | 0.56 | 0.24 |
| Hex | 1B | 60 | 53 | 48 | 0 | E | 3E | A9 | 38 | 18 |
| Octal | 33 | 140 | 123 | 110 | 0 | 16 | 76 | 251 | 70 | 30 |
| Binary | 11011 | 1100000 | 1010011 | 1001000 | 0 | 1110 | 111110 | 10101001 | 111000 | 11000 |
Color Harmonies of #1B6053
Complementary color
Monochromatic Colors of #1B6053
Black with #1B6053
Text Example
Text Example
White with #1B6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6053; }
p { color: rgb(27,96,83); }
H1.HeaderClassName
{
color: #1B6053;
}
.AnyTagClassName
{
color: #1B6053;
}
</style>
background-color css
<style>
a { background-color: #1B6053; }
a { background-color: rgb(27,96,83); }
div.DivClassName
{
background-color: #1B6053;
}
.BgClassName
{
background-color: #1B6053;
}
</style>
border-color css
<style>
span { border-color: #1B6053; }
span { border-color: rgb(27,96,83); }
td.TdClassName
{
border-color: #1B6053;
}
.TagClassName
{
border-color: #1B6053;
}
</style>