Shades of Jewel #196944
Tints of Jewel #196944
RGB
CMYK
RGB Variations
Color information
#196944 (or 0x196944) is known color: Jewel. HEX triplet: 19, 69 and 44. RGB value is (25,105,68). Sum of RGB (Red+Green+Blue) = 25+105+68=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #196944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196944 is #E696BB. Grayscale: #4C4C4C. Windows color (decimal): -15111868 or 4483353. OLE color: 4483353.
HSL color Cylindrical-coordinate representation of color #196944: hue angle of 152.25º 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 #196944 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 68 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.59 |
| HSL | 152.25º | 0.62% | 0.25% | - |
| HSV(B) | 152.25º | 0.76% | 0.41% | - |
| XYZ | 6.5 | 10.73 | 7.2 | - |
| YUV | 76.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 68 | 0.76 | 0 | 0.35 | 0.59 | 152.25 | 0.62 | 0.25 |
| Hex | 19 | 69 | 44 | 4C | 0 | 23 | 3B | 98 | 3E | 19 |
| Octal | 31 | 151 | 104 | 114 | 0 | 43 | 73 | 230 | 76 | 31 |
| Binary | 11001 | 1101001 | 1000100 | 1001100 | 0 | 100011 | 111011 | 10011000 | 111110 | 11001 |
Color Harmonies of #196944
Complementary color
Monochromatic Colors of #196944
Black with #196944
Text Example
Text Example
White with #196944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196944; }
p { color: rgb(25,105,68); }
H1.HeaderClassName
{
color: #196944;
}
.AnyTagClassName
{
color: #196944;
}
</style>
background-color css
<style>
a { background-color: #196944; }
a { background-color: rgb(25,105,68); }
div.DivClassName
{
background-color: #196944;
}
.BgClassName
{
background-color: #196944;
}
</style>
border-color css
<style>
span { border-color: #196944; }
span { border-color: rgb(25,105,68); }
td.TdClassName
{
border-color: #196944;
}
.TagClassName
{
border-color: #196944;
}
</style>