Shades of Jewel #196B49
Tints of Jewel #196B49
RGB
CMYK
RGB Variations
Color information
#196B49 (or 0x196B49) is known color: Jewel. HEX triplet: 19, 6B and 49. RGB value is (25,107,73). Sum of RGB (Red+Green+Blue) = 25+107+73=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #196B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B49 is #E694B6. Grayscale: #4E4E4E. Windows color (decimal): -15111351 or 4811545. OLE color: 4811545.
HSL color Cylindrical-coordinate representation of color #196B49: hue angle of 155.12º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B49 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 73 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.58 |
| HSL | 155.12º | 0.62% | 0.26% | - |
| HSV(B) | 155.12º | 0.77% | 0.42% | - |
| XYZ | 6.86 | 11.2 | 8.1 | - |
| YUV | 78.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 73 | 0.77 | 0 | 0.32 | 0.58 | 155.12 | 0.62 | 0.26 |
| Hex | 19 | 6B | 49 | 4D | 0 | 20 | 3A | 9B | 3E | 1A |
| Octal | 31 | 153 | 111 | 115 | 0 | 40 | 72 | 233 | 76 | 32 |
| Binary | 11001 | 1101011 | 1001001 | 1001101 | 0 | 100000 | 111010 | 10011011 | 111110 | 11010 |
Color Harmonies of #196B49
Complementary color
Monochromatic Colors of #196B49
Black with #196B49
Text Example
Text Example
White with #196B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B49; }
p { color: rgb(25,107,73); }
H1.HeaderClassName
{
color: #196B49;
}
.AnyTagClassName
{
color: #196B49;
}
</style>
background-color css
<style>
a { background-color: #196B49; }
a { background-color: rgb(25,107,73); }
div.DivClassName
{
background-color: #196B49;
}
.BgClassName
{
background-color: #196B49;
}
</style>
border-color css
<style>
span { border-color: #196B49; }
span { border-color: rgb(25,107,73); }
td.TdClassName
{
border-color: #196B49;
}
.TagClassName
{
border-color: #196B49;
}
</style>