Shades of Eden #135B4E
Tints of Eden #135B4E
RGB
CMYK
RGB Variations
Color information
#135B4E (or 0x135B4E) is known color: Eden. HEX triplet: 13, 5B and 4E. RGB value is (19,91,78). Sum of RGB (Red+Green+Blue) = 19+91+78=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #135B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B4E is #ECA4B1. Grayscale: #434343. Windows color (decimal): -15508658 or 5135123. OLE color: 5135123.
HSL color Cylindrical-coordinate representation of color #135B4E: hue angle of 169.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B4E is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 78 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.64 |
| HSL | 169.17º | 0.65% | 0.22% | - |
| HSV(B) | 169.17º | 0.79% | 0.36% | - |
| XYZ | 5.38 | 8.17 | 8.5 | - |
| YUV | 67.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 78 | 0.79 | 0 | 0.14 | 0.64 | 169.17 | 0.65 | 0.22 |
| Hex | 13 | 5B | 4E | 4F | 0 | E | 40 | A9 | 41 | 16 |
| Octal | 23 | 133 | 116 | 117 | 0 | 16 | 100 | 251 | 101 | 26 |
| Binary | 10011 | 1011011 | 1001110 | 1001111 | 0 | 1110 | 1000000 | 10101001 | 1000001 | 10110 |
Color Harmonies of #135B4E
Complementary color
Monochromatic Colors of #135B4E
Black with #135B4E
Text Example
Text Example
White with #135B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B4E; }
p { color: rgb(19,91,78); }
H1.HeaderClassName
{
color: #135B4E;
}
.AnyTagClassName
{
color: #135B4E;
}
</style>
background-color css
<style>
a { background-color: #135B4E; }
a { background-color: rgb(19,91,78); }
div.DivClassName
{
background-color: #135B4E;
}
.BgClassName
{
background-color: #135B4E;
}
</style>
border-color css
<style>
span { border-color: #135B4E; }
span { border-color: rgb(19,91,78); }
td.TdClassName
{
border-color: #135B4E;
}
.TagClassName
{
border-color: #135B4E;
}
</style>