Shades of Jewel #196046
Tints of Jewel #196046
RGB
CMYK
RGB Variations
Color information
#196046 (or 0x196046) is known color: Jewel. HEX triplet: 19, 60 and 46. RGB value is (25,96,70). Sum of RGB (Red+Green+Blue) = 25+96+70=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #196046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196046 is #E69FB9. Grayscale: #474747. Windows color (decimal): -15114170 or 4612121. OLE color: 4612121.
HSL color Cylindrical-coordinate representation of color #196046: hue angle of 158.03º 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 #196046 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 70 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.62 |
| HSL | 158.03º | 0.59% | 0.24% | - |
| HSV(B) | 158.03º | 0.74% | 0.38% | - |
| XYZ | 5.69 | 9.01 | 7.23 | - |
| YUV | 71.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 70 | 0.74 | 0 | 0.27 | 0.62 | 158.03 | 0.59 | 0.24 |
| Hex | 19 | 60 | 46 | 4A | 0 | 1B | 3E | 9E | 3B | 18 |
| Octal | 31 | 140 | 106 | 112 | 0 | 33 | 76 | 236 | 73 | 30 |
| Binary | 11001 | 1100000 | 1000110 | 1001010 | 0 | 11011 | 111110 | 10011110 | 111011 | 11000 |
Color Harmonies of #196046
Complementary color
Monochromatic Colors of #196046
Black with #196046
Text Example
Text Example
White with #196046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196046; }
p { color: rgb(25,96,70); }
H1.HeaderClassName
{
color: #196046;
}
.AnyTagClassName
{
color: #196046;
}
</style>
background-color css
<style>
a { background-color: #196046; }
a { background-color: rgb(25,96,70); }
div.DivClassName
{
background-color: #196046;
}
.BgClassName
{
background-color: #196046;
}
</style>
border-color css
<style>
span { border-color: #196046; }
span { border-color: rgb(25,96,70); }
td.TdClassName
{
border-color: #196046;
}
.TagClassName
{
border-color: #196046;
}
</style>