Shades of Jewel #196A45
Tints of Jewel #196A45
RGB
CMYK
RGB Variations
Color information
#196A45 (or 0x196A45) is known color: Jewel. HEX triplet: 19, 6A and 45. RGB value is (25,106,69). Sum of RGB (Red+Green+Blue) = 25+106+69=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #196A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196A45 is #E695BA. Grayscale: #4D4D4D. Windows color (decimal): -15111611 or 4549145. OLE color: 4549145.
HSL color Cylindrical-coordinate representation of color #196A45: hue angle of 152.59º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196A45 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 69 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.58 |
| HSL | 152.59º | 0.62% | 0.26% | - |
| HSV(B) | 152.59º | 0.76% | 0.42% | - |
| XYZ | 6.63 | 10.94 | 7.39 | - |
| YUV | 77.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 69 | 0.76 | 0 | 0.35 | 0.58 | 152.59 | 0.62 | 0.26 |
| Hex | 19 | 6A | 45 | 4C | 0 | 23 | 3A | 99 | 3E | 1A |
| Octal | 31 | 152 | 105 | 114 | 0 | 43 | 72 | 231 | 76 | 32 |
| Binary | 11001 | 1101010 | 1000101 | 1001100 | 0 | 100011 | 111010 | 10011001 | 111110 | 11010 |
Color Harmonies of #196A45
Complementary color
Monochromatic Colors of #196A45
Black with #196A45
Text Example
Text Example
White with #196A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A45; }
p { color: rgb(25,106,69); }
H1.HeaderClassName
{
color: #196A45;
}
.AnyTagClassName
{
color: #196A45;
}
</style>
background-color css
<style>
a { background-color: #196A45; }
a { background-color: rgb(25,106,69); }
div.DivClassName
{
background-color: #196A45;
}
.BgClassName
{
background-color: #196A45;
}
</style>
border-color css
<style>
span { border-color: #196A45; }
span { border-color: rgb(25,106,69); }
td.TdClassName
{
border-color: #196A45;
}
.TagClassName
{
border-color: #196A45;
}
</style>