Shades of Jewel #196947
Tints of Jewel #196947
RGB
CMYK
RGB Variations
Color information
#196947 (or 0x196947) is known color: Jewel. HEX triplet: 19, 69 and 47. RGB value is (25,105,71). Sum of RGB (Red+Green+Blue) = 25+105+71=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #196947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196947 is #E696B8. Grayscale: #4D4D4D. Windows color (decimal): -15111865 or 4679961. OLE color: 4679961.
HSL color Cylindrical-coordinate representation of color #196947: hue angle of 154.5º degrees, saturation: 0.62, 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 #196947 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 71 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.59 |
| HSL | 154.5º | 0.62% | 0.25% | - |
| HSV(B) | 154.5º | 0.76% | 0.41% | - |
| XYZ | 6.59 | 10.76 | 7.69 | - |
| YUV | 77.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 71 | 0.76 | 0 | 0.32 | 0.59 | 154.5 | 0.62 | 0.25 |
| Hex | 19 | 69 | 47 | 4C | 0 | 20 | 3B | 9A | 3E | 19 |
| Octal | 31 | 151 | 107 | 114 | 0 | 40 | 73 | 232 | 76 | 31 |
| Binary | 11001 | 1101001 | 1000111 | 1001100 | 0 | 100000 | 111011 | 10011010 | 111110 | 11001 |
Color Harmonies of #196947
Complementary color
Monochromatic Colors of #196947
Black with #196947
Text Example
Text Example
White with #196947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196947; }
p { color: rgb(25,105,71); }
H1.HeaderClassName
{
color: #196947;
}
.AnyTagClassName
{
color: #196947;
}
</style>
background-color css
<style>
a { background-color: #196947; }
a { background-color: rgb(25,105,71); }
div.DivClassName
{
background-color: #196947;
}
.BgClassName
{
background-color: #196947;
}
</style>
border-color css
<style>
span { border-color: #196947; }
span { border-color: rgb(25,105,71); }
td.TdClassName
{
border-color: #196947;
}
.TagClassName
{
border-color: #196947;
}
</style>