Shades of Eden #136753
Tints of Eden #136753
RGB
CMYK
RGB Variations
Color information
#136753 (or 0x136753) is known color: Eden. HEX triplet: 13, 67 and 53. RGB value is (19,103,83). Sum of RGB (Red+Green+Blue) = 19+103+83=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #136753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136753 is #EC98AC. Grayscale: #4B4B4B. Windows color (decimal): -15505581 or 5465875. OLE color: 5465875.
HSL color Cylindrical-coordinate representation of color #136753: hue angle of 165.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136753 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 83 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.60 |
| HSL | 165.71º | 0.69% | 0.24% | - |
| HSV(B) | 165.71º | 0.82% | 0.4% | - |
| XYZ | 6.68 | 10.46 | 9.85 | - |
| YUV | 75.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 83 | 0.82 | 0 | 0.19 | 0.60 | 165.71 | 0.69 | 0.24 |
| Hex | 13 | 67 | 53 | 52 | 0 | 13 | 3C | A6 | 45 | 18 |
| Octal | 23 | 147 | 123 | 122 | 0 | 23 | 74 | 246 | 105 | 30 |
| Binary | 10011 | 1100111 | 1010011 | 1010010 | 0 | 10011 | 111100 | 10100110 | 1000101 | 11000 |
Color Harmonies of #136753
Complementary color
Monochromatic Colors of #136753
Black with #136753
Text Example
Text Example
White with #136753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136753; }
p { color: rgb(19,103,83); }
H1.HeaderClassName
{
color: #136753;
}
.AnyTagClassName
{
color: #136753;
}
</style>
background-color css
<style>
a { background-color: #136753; }
a { background-color: rgb(19,103,83); }
div.DivClassName
{
background-color: #136753;
}
.BgClassName
{
background-color: #136753;
}
</style>
border-color css
<style>
span { border-color: #136753; }
span { border-color: rgb(19,103,83); }
td.TdClassName
{
border-color: #136753;
}
.TagClassName
{
border-color: #136753;
}
</style>