Shades of Eden #136552
Tints of Eden #136552
RGB
CMYK
RGB Variations
Color information
#136552 (or 0x136552) is known color: Eden. HEX triplet: 13, 65 and 52. RGB value is (19,101,82). Sum of RGB (Red+Green+Blue) = 19+101+82=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #136552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136552 is #EC9AAD. Grayscale: #4A4A4A. Windows color (decimal): -15506094 or 5399827. OLE color: 5399827.
HSL color Cylindrical-coordinate representation of color #136552: hue angle of 166.1º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136552 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 82 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.60 |
| HSL | 166.1º | 0.68% | 0.24% | - |
| HSV(B) | 166.1º | 0.81% | 0.4% | - |
| XYZ | 6.45 | 10.06 | 9.58 | - |
| YUV | 74.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 82 | 0.81 | 0 | 0.19 | 0.60 | 166.1 | 0.68 | 0.24 |
| Hex | 13 | 65 | 52 | 51 | 0 | 13 | 3C | A6 | 44 | 18 |
| Octal | 23 | 145 | 122 | 121 | 0 | 23 | 74 | 246 | 104 | 30 |
| Binary | 10011 | 1100101 | 1010010 | 1010001 | 0 | 10011 | 111100 | 10100110 | 1000100 | 11000 |
Color Harmonies of #136552
Complementary color
Monochromatic Colors of #136552
Black with #136552
Text Example
Text Example
White with #136552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136552; }
p { color: rgb(19,101,82); }
H1.HeaderClassName
{
color: #136552;
}
.AnyTagClassName
{
color: #136552;
}
</style>
background-color css
<style>
a { background-color: #136552; }
a { background-color: rgb(19,101,82); }
div.DivClassName
{
background-color: #136552;
}
.BgClassName
{
background-color: #136552;
}
</style>
border-color css
<style>
span { border-color: #136552; }
span { border-color: rgb(19,101,82); }
td.TdClassName
{
border-color: #136552;
}
.TagClassName
{
border-color: #136552;
}
</style>