Shades of Jewel #196144
Tints of Jewel #196144
RGB
CMYK
RGB Variations
Color information
#196144 (or 0x196144) is known color: Jewel. HEX triplet: 19, 61 and 44. RGB value is (25,97,68). Sum of RGB (Red+Green+Blue) = 25+97+68=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #196144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196144 is #E69EBB. Grayscale: #484848. Windows color (decimal): -15113916 or 4481305. OLE color: 4481305.
HSL color Cylindrical-coordinate representation of color #196144: hue angle of 155.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196144 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 97 | 68 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.62 |
| HSL | 155.83º | 0.59% | 0.24% | - |
| HSV(B) | 155.83º | 0.74% | 0.38% | - |
| XYZ | 5.72 | 9.17 | 6.94 | - |
| YUV | 72.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 68 | 0.74 | 0 | 0.30 | 0.62 | 155.83 | 0.59 | 0.24 |
| Hex | 19 | 61 | 44 | 4A | 0 | 1E | 3E | 9C | 3B | 18 |
| Octal | 31 | 141 | 104 | 112 | 0 | 36 | 76 | 234 | 73 | 30 |
| Binary | 11001 | 1100001 | 1000100 | 1001010 | 0 | 11110 | 111110 | 10011100 | 111011 | 11000 |
Color Harmonies of #196144
Complementary color
Monochromatic Colors of #196144
Black with #196144
Text Example
Text Example
White with #196144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196144; }
p { color: rgb(25,97,68); }
H1.HeaderClassName
{
color: #196144;
}
.AnyTagClassName
{
color: #196144;
}
</style>
background-color css
<style>
a { background-color: #196144; }
a { background-color: rgb(25,97,68); }
div.DivClassName
{
background-color: #196144;
}
.BgClassName
{
background-color: #196144;
}
</style>
border-color css
<style>
span { border-color: #196144; }
span { border-color: rgb(25,97,68); }
td.TdClassName
{
border-color: #196144;
}
.TagClassName
{
border-color: #196144;
}
</style>