Shades of Jewel #196943
Tints of Jewel #196943
RGB
CMYK
RGB Variations
Color information
#196943 (or 0x196943) is known color: Jewel. HEX triplet: 19, 69 and 43. RGB value is (25,105,67). Sum of RGB (Red+Green+Blue) = 25+105+67=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #196943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196943 is #E696BC. Grayscale: #4C4C4C. Windows color (decimal): -15111869 or 4417817. OLE color: 4417817.
HSL color Cylindrical-coordinate representation of color #196943: hue angle of 151.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 #196943 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 67 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.59 |
| HSL | 151.5º | 0.62% | 0.25% | - |
| HSV(B) | 151.5º | 0.76% | 0.41% | - |
| XYZ | 6.47 | 10.72 | 7.04 | - |
| YUV | 76.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 67 | 0.76 | 0 | 0.36 | 0.59 | 151.5 | 0.62 | 0.25 |
| Hex | 19 | 69 | 43 | 4C | 0 | 24 | 3B | 98 | 3E | 19 |
| Octal | 31 | 151 | 103 | 114 | 0 | 44 | 73 | 230 | 76 | 31 |
| Binary | 11001 | 1101001 | 1000011 | 1001100 | 0 | 100100 | 111011 | 10011000 | 111110 | 11001 |
Color Harmonies of #196943
Complementary color
Monochromatic Colors of #196943
Black with #196943
Text Example
Text Example
White with #196943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196943; }
p { color: rgb(25,105,67); }
H1.HeaderClassName
{
color: #196943;
}
.AnyTagClassName
{
color: #196943;
}
</style>
background-color css
<style>
a { background-color: #196943; }
a { background-color: rgb(25,105,67); }
div.DivClassName
{
background-color: #196943;
}
.BgClassName
{
background-color: #196943;
}
</style>
border-color css
<style>
span { border-color: #196943; }
span { border-color: rgb(25,105,67); }
td.TdClassName
{
border-color: #196943;
}
.TagClassName
{
border-color: #196943;
}
</style>