Shades of Jewel #196444
Tints of Jewel #196444
RGB
CMYK
RGB Variations
Color information
#196444 (or 0x196444) is known color: Jewel. HEX triplet: 19, 64 and 44. RGB value is (25,100,68). Sum of RGB (Red+Green+Blue) = 25+100+68=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #196444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196444 is #E69BBB. Grayscale: #494949. Windows color (decimal): -15113148 or 4482073. OLE color: 4482073.
HSL color Cylindrical-coordinate representation of color #196444: hue angle of 154.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 #196444 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 68 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.61 |
| HSL | 154.4º | 0.6% | 0.25% | - |
| HSV(B) | 154.4º | 0.75% | 0.39% | - |
| XYZ | 6 | 9.74 | 7.03 | - |
| YUV | 73.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 68 | 0.75 | 0 | 0.32 | 0.61 | 154.4 | 0.6 | 0.25 |
| Hex | 19 | 64 | 44 | 4B | 0 | 20 | 3D | 9A | 3C | 19 |
| Octal | 31 | 144 | 104 | 113 | 0 | 40 | 75 | 232 | 74 | 31 |
| Binary | 11001 | 1100100 | 1000100 | 1001011 | 0 | 100000 | 111101 | 10011010 | 111100 | 11001 |
Color Harmonies of #196444
Complementary color
Monochromatic Colors of #196444
Black with #196444
Text Example
Text Example
White with #196444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196444; }
p { color: rgb(25,100,68); }
H1.HeaderClassName
{
color: #196444;
}
.AnyTagClassName
{
color: #196444;
}
</style>
background-color css
<style>
a { background-color: #196444; }
a { background-color: rgb(25,100,68); }
div.DivClassName
{
background-color: #196444;
}
.BgClassName
{
background-color: #196444;
}
</style>
border-color css
<style>
span { border-color: #196444; }
span { border-color: rgb(25,100,68); }
td.TdClassName
{
border-color: #196444;
}
.TagClassName
{
border-color: #196444;
}
</style>