Shades of Eden #196355
Tints of Eden #196355
RGB
CMYK
RGB Variations
Color information
#196355 (or 0x196355) is known color: Eden. HEX triplet: 19, 63 and 55. RGB value is (25,99,85). Sum of RGB (Red+Green+Blue) = 25+99+85=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #196355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196355 is #E69CAA. Grayscale: #4B4B4B. Windows color (decimal): -15113387 or 5595929. OLE color: 5595929.
HSL color Cylindrical-coordinate representation of color #196355: hue angle of 168.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196355 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 85 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.61 |
| HSL | 168.65º | 0.6% | 0.24% | - |
| HSV(B) | 168.65º | 0.75% | 0.39% | - |
| XYZ | 6.5 | 9.79 | 10.14 | - |
| YUV | 75.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 85 | 0.75 | 0 | 0.14 | 0.61 | 168.65 | 0.6 | 0.24 |
| Hex | 19 | 63 | 55 | 4B | 0 | E | 3D | A9 | 3C | 18 |
| Octal | 31 | 143 | 125 | 113 | 0 | 16 | 75 | 251 | 74 | 30 |
| Binary | 11001 | 1100011 | 1010101 | 1001011 | 0 | 1110 | 111101 | 10101001 | 111100 | 11000 |
Color Harmonies of #196355
Complementary color
Monochromatic Colors of #196355
Black with #196355
Text Example
Text Example
White with #196355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196355; }
p { color: rgb(25,99,85); }
H1.HeaderClassName
{
color: #196355;
}
.AnyTagClassName
{
color: #196355;
}
</style>
background-color css
<style>
a { background-color: #196355; }
a { background-color: rgb(25,99,85); }
div.DivClassName
{
background-color: #196355;
}
.BgClassName
{
background-color: #196355;
}
</style>
border-color css
<style>
span { border-color: #196355; }
span { border-color: rgb(25,99,85); }
td.TdClassName
{
border-color: #196355;
}
.TagClassName
{
border-color: #196355;
}
</style>