Shades of Eden #196752
Tints of Eden #196752
RGB
CMYK
RGB Variations
Color information
#196752 (or 0x196752) is known color: Eden. HEX triplet: 19, 67 and 52. RGB value is (25,103,82). Sum of RGB (Red+Green+Blue) = 25+103+82=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #196752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196752 is #E698AD. Grayscale: #4D4D4D. Windows color (decimal): -15112366 or 5400345. OLE color: 5400345.
HSL color Cylindrical-coordinate representation of color #196752: hue angle of 163.85º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196752 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 82 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.60 |
| HSL | 163.85º | 0.61% | 0.25% | - |
| HSV(B) | 163.85º | 0.76% | 0.4% | - |
| XYZ | 6.77 | 10.52 | 9.66 | - |
| YUV | 77.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 82 | 0.76 | 0 | 0.20 | 0.60 | 163.85 | 0.61 | 0.25 |
| Hex | 19 | 67 | 52 | 4C | 0 | 14 | 3C | A4 | 3D | 19 |
| Octal | 31 | 147 | 122 | 114 | 0 | 24 | 74 | 244 | 75 | 31 |
| Binary | 11001 | 1100111 | 1010010 | 1001100 | 0 | 10100 | 111100 | 10100100 | 111101 | 11001 |
Color Harmonies of #196752
Complementary color
Monochromatic Colors of #196752
Black with #196752
Text Example
Text Example
White with #196752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196752; }
p { color: rgb(25,103,82); }
H1.HeaderClassName
{
color: #196752;
}
.AnyTagClassName
{
color: #196752;
}
</style>
background-color css
<style>
a { background-color: #196752; }
a { background-color: rgb(25,103,82); }
div.DivClassName
{
background-color: #196752;
}
.BgClassName
{
background-color: #196752;
}
</style>
border-color css
<style>
span { border-color: #196752; }
span { border-color: rgb(25,103,82); }
td.TdClassName
{
border-color: #196752;
}
.TagClassName
{
border-color: #196752;
}
</style>