Shades of Jewel #196449
Tints of Jewel #196449
RGB
CMYK
RGB Variations
Color information
#196449 (or 0x196449) is known color: Jewel. HEX triplet: 19, 64 and 49. RGB value is (25,100,73). Sum of RGB (Red+Green+Blue) = 25+100+73=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #196449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196449 is #E69BB6. Grayscale: #4A4A4A. Windows color (decimal): -15113143 or 4809753. OLE color: 4809753.
HSL color Cylindrical-coordinate representation of color #196449: hue angle of 158.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196449 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 73 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.61 |
| HSL | 158.4º | 0.6% | 0.25% | - |
| HSV(B) | 158.4º | 0.75% | 0.39% | - |
| XYZ | 6.16 | 9.8 | 7.87 | - |
| YUV | 74.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 73 | 0.75 | 0 | 0.27 | 0.61 | 158.4 | 0.6 | 0.25 |
| Hex | 19 | 64 | 49 | 4B | 0 | 1B | 3D | 9E | 3C | 19 |
| Octal | 31 | 144 | 111 | 113 | 0 | 33 | 75 | 236 | 74 | 31 |
| Binary | 11001 | 1100100 | 1001001 | 1001011 | 0 | 11011 | 111101 | 10011110 | 111100 | 11001 |
Color Harmonies of #196449
Complementary color
Monochromatic Colors of #196449
Black with #196449
Text Example
Text Example
White with #196449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196449; }
p { color: rgb(25,100,73); }
H1.HeaderClassName
{
color: #196449;
}
.AnyTagClassName
{
color: #196449;
}
</style>
background-color css
<style>
a { background-color: #196449; }
a { background-color: rgb(25,100,73); }
div.DivClassName
{
background-color: #196449;
}
.BgClassName
{
background-color: #196449;
}
</style>
border-color css
<style>
span { border-color: #196449; }
span { border-color: rgb(25,100,73); }
td.TdClassName
{
border-color: #196449;
}
.TagClassName
{
border-color: #196449;
}
</style>