Shades of Eden #136955
Tints of Eden #136955
RGB
CMYK
RGB Variations
Color information
#136955 (or 0x136955) is known color: Eden. HEX triplet: 13, 69 and 55. RGB value is (19,105,85). Sum of RGB (Red+Green+Blue) = 19+105+85=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #136955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136955 is #EC96AA. Grayscale: #4C4C4C. Windows color (decimal): -15505067 or 5597459. OLE color: 5597459.
HSL color Cylindrical-coordinate representation of color #136955: hue angle of 166.05º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136955 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 85 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.59 |
| HSL | 166.05º | 0.69% | 0.24% | - |
| HSV(B) | 166.05º | 0.82% | 0.41% | - |
| XYZ | 6.96 | 10.9 | 10.33 | - |
| YUV | 77.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 85 | 0.82 | 0 | 0.19 | 0.59 | 166.05 | 0.69 | 0.24 |
| Hex | 13 | 69 | 55 | 52 | 0 | 13 | 3B | A6 | 45 | 18 |
| Octal | 23 | 151 | 125 | 122 | 0 | 23 | 73 | 246 | 105 | 30 |
| Binary | 10011 | 1101001 | 1010101 | 1010010 | 0 | 10011 | 111011 | 10100110 | 1000101 | 11000 |
Color Harmonies of #136955
Complementary color
Monochromatic Colors of #136955
Black with #136955
Text Example
Text Example
White with #136955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136955; }
p { color: rgb(19,105,85); }
H1.HeaderClassName
{
color: #136955;
}
.AnyTagClassName
{
color: #136955;
}
</style>
background-color css
<style>
a { background-color: #136955; }
a { background-color: rgb(19,105,85); }
div.DivClassName
{
background-color: #136955;
}
.BgClassName
{
background-color: #136955;
}
</style>
border-color css
<style>
span { border-color: #136955; }
span { border-color: rgb(19,105,85); }
td.TdClassName
{
border-color: #136955;
}
.TagClassName
{
border-color: #136955;
}
</style>