Shades of Jewel #196343
Tints of Jewel #196343
RGB
CMYK
RGB Variations
Color information
#196343 (or 0x196343) is known color: Jewel. HEX triplet: 19, 63 and 43. RGB value is (25,99,67). Sum of RGB (Red+Green+Blue) = 25+99+67=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #196343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196343 is #E69CBC. Grayscale: #494949. Windows color (decimal): -15113405 or 4416281. OLE color: 4416281.
HSL color Cylindrical-coordinate representation of color #196343: hue angle of 154.05º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196343 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 67 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.61 |
| HSL | 154.05º | 0.6% | 0.24% | - |
| HSV(B) | 154.05º | 0.75% | 0.39% | - |
| XYZ | 5.88 | 9.54 | 6.84 | - |
| YUV | 73.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 67 | 0.75 | 0 | 0.32 | 0.61 | 154.05 | 0.6 | 0.24 |
| Hex | 19 | 63 | 43 | 4B | 0 | 20 | 3D | 9A | 3C | 18 |
| Octal | 31 | 143 | 103 | 113 | 0 | 40 | 75 | 232 | 74 | 30 |
| Binary | 11001 | 1100011 | 1000011 | 1001011 | 0 | 100000 | 111101 | 10011010 | 111100 | 11000 |
Color Harmonies of #196343
Complementary color
Monochromatic Colors of #196343
Black with #196343
Text Example
Text Example
White with #196343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196343; }
p { color: rgb(25,99,67); }
H1.HeaderClassName
{
color: #196343;
}
.AnyTagClassName
{
color: #196343;
}
</style>
background-color css
<style>
a { background-color: #196343; }
a { background-color: rgb(25,99,67); }
div.DivClassName
{
background-color: #196343;
}
.BgClassName
{
background-color: #196343;
}
</style>
border-color css
<style>
span { border-color: #196343; }
span { border-color: rgb(25,99,67); }
td.TdClassName
{
border-color: #196343;
}
.TagClassName
{
border-color: #196343;
}
</style>