Shades of Eden #135D4F
Tints of Eden #135D4F
RGB
CMYK
RGB Variations
Color information
#135D4F (or 0x135D4F) is known color: Eden. HEX triplet: 13, 5D and 4F. RGB value is (19,93,79). Sum of RGB (Red+Green+Blue) = 19+93+79=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #135D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D4F is #ECA2B0. Grayscale: #454545. Windows color (decimal): -15508145 or 5201171. OLE color: 5201171.
HSL color Cylindrical-coordinate representation of color #135D4F: hue angle of 168.65º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D4F is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 79 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.64 |
| HSL | 168.65º | 0.66% | 0.22% | - |
| HSV(B) | 168.65º | 0.8% | 0.36% | - |
| XYZ | 5.59 | 8.53 | 8.75 | - |
| YUV | 69.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 79 | 0.80 | 0 | 0.15 | 0.64 | 168.65 | 0.66 | 0.22 |
| Hex | 13 | 5D | 4F | 50 | 0 | F | 40 | A9 | 42 | 16 |
| Octal | 23 | 135 | 117 | 120 | 0 | 17 | 100 | 251 | 102 | 26 |
| Binary | 10011 | 1011101 | 1001111 | 1010000 | 0 | 1111 | 1000000 | 10101001 | 1000010 | 10110 |
Color Harmonies of #135D4F
Complementary color
Monochromatic Colors of #135D4F
Black with #135D4F
Text Example
Text Example
White with #135D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D4F; }
p { color: rgb(19,93,79); }
H1.HeaderClassName
{
color: #135D4F;
}
.AnyTagClassName
{
color: #135D4F;
}
</style>
background-color css
<style>
a { background-color: #135D4F; }
a { background-color: rgb(19,93,79); }
div.DivClassName
{
background-color: #135D4F;
}
.BgClassName
{
background-color: #135D4F;
}
</style>
border-color css
<style>
span { border-color: #135D4F; }
span { border-color: rgb(19,93,79); }
td.TdClassName
{
border-color: #135D4F;
}
.TagClassName
{
border-color: #135D4F;
}
</style>