Shades of Eden #136253
Tints of Eden #136253
RGB
CMYK
RGB Variations
Color information
#136253 (or 0x136253) is known color: Eden. HEX triplet: 13, 62 and 53. RGB value is (19,98,83). Sum of RGB (Red+Green+Blue) = 19+98+83=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #136253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136253 is #EC9DAC. Grayscale: #484848. Windows color (decimal): -15506861 or 5464595. OLE color: 5464595.
HSL color Cylindrical-coordinate representation of color #136253: hue angle of 168.61º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136253 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 98 | 83 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.62 |
| HSL | 168.61º | 0.68% | 0.23% | - |
| HSV(B) | 168.61º | 0.81% | 0.38% | - |
| XYZ | 6.2 | 9.5 | 9.69 | - |
| YUV | 72.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 83 | 0.81 | 0 | 0.15 | 0.62 | 168.61 | 0.68 | 0.23 |
| Hex | 13 | 62 | 53 | 51 | 0 | F | 3E | A9 | 44 | 17 |
| Octal | 23 | 142 | 123 | 121 | 0 | 17 | 76 | 251 | 104 | 27 |
| Binary | 10011 | 1100010 | 1010011 | 1010001 | 0 | 1111 | 111110 | 10101001 | 1000100 | 10111 |
Color Harmonies of #136253
Complementary color
Monochromatic Colors of #136253
Black with #136253
Text Example
Text Example
White with #136253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136253; }
p { color: rgb(19,98,83); }
H1.HeaderClassName
{
color: #136253;
}
.AnyTagClassName
{
color: #136253;
}
</style>
background-color css
<style>
a { background-color: #136253; }
a { background-color: rgb(19,98,83); }
div.DivClassName
{
background-color: #136253;
}
.BgClassName
{
background-color: #136253;
}
</style>
border-color css
<style>
span { border-color: #136253; }
span { border-color: rgb(19,98,83); }
td.TdClassName
{
border-color: #136253;
}
.TagClassName
{
border-color: #136253;
}
</style>