Shades of Jewel #196A43
Tints of Jewel #196A43
RGB
CMYK
RGB Variations
Color information
#196A43 (or 0x196A43) is known color: Jewel. HEX triplet: 19, 6A and 43. RGB value is (25,106,67). Sum of RGB (Red+Green+Blue) = 25+106+67=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #196A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196A43 is #E695BC. Grayscale: #4D4D4D. Windows color (decimal): -15111613 or 4418073. OLE color: 4418073.
HSL color Cylindrical-coordinate representation of color #196A43: hue angle of 151.11º 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 #196A43 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 67 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.58 |
| HSL | 151.11º | 0.62% | 0.26% | - |
| HSV(B) | 151.11º | 0.76% | 0.42% | - |
| XYZ | 6.57 | 10.92 | 7.07 | - |
| YUV | 77.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 67 | 0.76 | 0 | 0.37 | 0.58 | 151.11 | 0.62 | 0.26 |
| Hex | 19 | 6A | 43 | 4C | 0 | 25 | 3A | 97 | 3E | 1A |
| Octal | 31 | 152 | 103 | 114 | 0 | 45 | 72 | 227 | 76 | 32 |
| Binary | 11001 | 1101010 | 1000011 | 1001100 | 0 | 100101 | 111010 | 10010111 | 111110 | 11010 |
Color Harmonies of #196A43
Complementary color
Monochromatic Colors of #196A43
Black with #196A43
Text Example
Text Example
White with #196A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A43; }
p { color: rgb(25,106,67); }
H1.HeaderClassName
{
color: #196A43;
}
.AnyTagClassName
{
color: #196A43;
}
</style>
background-color css
<style>
a { background-color: #196A43; }
a { background-color: rgb(25,106,67); }
div.DivClassName
{
background-color: #196A43;
}
.BgClassName
{
background-color: #196A43;
}
</style>
border-color css
<style>
span { border-color: #196A43; }
span { border-color: rgb(25,106,67); }
td.TdClassName
{
border-color: #196A43;
}
.TagClassName
{
border-color: #196A43;
}
</style>