Shades of Jewel #196945
Tints of Jewel #196945
RGB
CMYK
RGB Variations
Color information
#196945 (or 0x196945) is known color: Jewel. HEX triplet: 19, 69 and 45. RGB value is (25,105,69). Sum of RGB (Red+Green+Blue) = 25+105+69=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #196945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196945 is #E696BA. Grayscale: #4D4D4D. Windows color (decimal): -15111867 or 4548889. OLE color: 4548889.
HSL color Cylindrical-coordinate representation of color #196945: hue angle of 153º 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 #196945 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 69 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.59 |
| HSL | 153º | 0.62% | 0.25% | - |
| HSV(B) | 153º | 0.76% | 0.41% | - |
| XYZ | 6.53 | 10.74 | 7.36 | - |
| YUV | 76.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 69 | 0.76 | 0 | 0.34 | 0.59 | 153 | 0.62 | 0.25 |
| Hex | 19 | 69 | 45 | 4C | 0 | 22 | 3B | 99 | 3E | 19 |
| Octal | 31 | 151 | 105 | 114 | 0 | 42 | 73 | 231 | 76 | 31 |
| Binary | 11001 | 1101001 | 1000101 | 1001100 | 0 | 100010 | 111011 | 10011001 | 111110 | 11001 |
Color Harmonies of #196945
Complementary color
Monochromatic Colors of #196945
Black with #196945
Text Example
Text Example
White with #196945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196945; }
p { color: rgb(25,105,69); }
H1.HeaderClassName
{
color: #196945;
}
.AnyTagClassName
{
color: #196945;
}
</style>
background-color css
<style>
a { background-color: #196945; }
a { background-color: rgb(25,105,69); }
div.DivClassName
{
background-color: #196945;
}
.BgClassName
{
background-color: #196945;
}
</style>
border-color css
<style>
span { border-color: #196945; }
span { border-color: rgb(25,105,69); }
td.TdClassName
{
border-color: #196945;
}
.TagClassName
{
border-color: #196945;
}
</style>