Shades of Jewel #196845
Tints of Jewel #196845
RGB
CMYK
RGB Variations
Color information
#196845 (or 0x196845) is known color: Jewel. HEX triplet: 19, 68 and 45. RGB value is (25,104,69). Sum of RGB (Red+Green+Blue) = 25+104+69=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #196845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196845 is #E697BA. Grayscale: #4C4C4C. Windows color (decimal): -15112123 or 4548633. OLE color: 4548633.
HSL color Cylindrical-coordinate representation of color #196845: hue angle of 153.42º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196845 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 69 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.59 |
| HSL | 153.42º | 0.61% | 0.25% | - |
| HSV(B) | 153.42º | 0.76% | 0.41% | - |
| XYZ | 6.43 | 10.54 | 7.33 | - |
| YUV | 76.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 69 | 0.76 | 0 | 0.34 | 0.59 | 153.42 | 0.61 | 0.25 |
| Hex | 19 | 68 | 45 | 4C | 0 | 22 | 3B | 99 | 3D | 19 |
| Octal | 31 | 150 | 105 | 114 | 0 | 42 | 73 | 231 | 75 | 31 |
| Binary | 11001 | 1101000 | 1000101 | 1001100 | 0 | 100010 | 111011 | 10011001 | 111101 | 11001 |
Color Harmonies of #196845
Complementary color
Monochromatic Colors of #196845
Black with #196845
Text Example
Text Example
White with #196845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196845; }
p { color: rgb(25,104,69); }
H1.HeaderClassName
{
color: #196845;
}
.AnyTagClassName
{
color: #196845;
}
</style>
background-color css
<style>
a { background-color: #196845; }
a { background-color: rgb(25,104,69); }
div.DivClassName
{
background-color: #196845;
}
.BgClassName
{
background-color: #196845;
}
</style>
border-color css
<style>
span { border-color: #196845; }
span { border-color: rgb(25,104,69); }
td.TdClassName
{
border-color: #196845;
}
.TagClassName
{
border-color: #196845;
}
</style>