Shades of Eden #136A56
Tints of Eden #136A56
RGB
CMYK
RGB Variations
Color information
#136A56 (or 0x136A56) is known color: Eden. HEX triplet: 13, 6A and 56. RGB value is (19,106,86). Sum of RGB (Red+Green+Blue) = 19+106+86=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #136A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A56 is #EC95A9. Grayscale: #4D4D4D. Windows color (decimal): -15504810 or 5663251. OLE color: 5663251.
HSL color Cylindrical-coordinate representation of color #136A56: hue angle of 166.21º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136A56 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 106 | 86 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.58 |
| HSL | 166.21º | 0.7% | 0.25% | - |
| HSV(B) | 166.21º | 0.82% | 0.42% | - |
| XYZ | 7.1 | 11.12 | 10.58 | - |
| YUV | 77.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 86 | 0.82 | 0 | 0.19 | 0.58 | 166.21 | 0.7 | 0.25 |
| Hex | 13 | 6A | 56 | 52 | 0 | 13 | 3A | A6 | 46 | 19 |
| Octal | 23 | 152 | 126 | 122 | 0 | 23 | 72 | 246 | 106 | 31 |
| Binary | 10011 | 1101010 | 1010110 | 1010010 | 0 | 10011 | 111010 | 10100110 | 1000110 | 11001 |
Color Harmonies of #136A56
Complementary color
Monochromatic Colors of #136A56
Black with #136A56
Text Example
Text Example
White with #136A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A56; }
p { color: rgb(19,106,86); }
H1.HeaderClassName
{
color: #136A56;
}
.AnyTagClassName
{
color: #136A56;
}
</style>
background-color css
<style>
a { background-color: #136A56; }
a { background-color: rgb(19,106,86); }
div.DivClassName
{
background-color: #136A56;
}
.BgClassName
{
background-color: #136A56;
}
</style>
border-color css
<style>
span { border-color: #136A56; }
span { border-color: rgb(19,106,86); }
td.TdClassName
{
border-color: #136A56;
}
.TagClassName
{
border-color: #136A56;
}
</style>