Shades of Jewel #196344
Tints of Jewel #196344
RGB
CMYK
RGB Variations
Color information
#196344 (or 0x196344) is known color: Jewel. HEX triplet: 19, 63 and 44. RGB value is (25,99,68). Sum of RGB (Red+Green+Blue) = 25+99+68=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #196344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196344 is #E69CBB. Grayscale: #494949. Windows color (decimal): -15113404 or 4481817. OLE color: 4481817.
HSL color Cylindrical-coordinate representation of color #196344: hue angle of 154.86º 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 #196344 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 68 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.61 |
| HSL | 154.86º | 0.6% | 0.24% | - |
| HSV(B) | 154.86º | 0.75% | 0.39% | - |
| XYZ | 5.91 | 9.55 | 7 | - |
| YUV | 73.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 68 | 0.75 | 0 | 0.31 | 0.61 | 154.86 | 0.6 | 0.24 |
| Hex | 19 | 63 | 44 | 4B | 0 | 1F | 3D | 9B | 3C | 18 |
| Octal | 31 | 143 | 104 | 113 | 0 | 37 | 75 | 233 | 74 | 30 |
| Binary | 11001 | 1100011 | 1000100 | 1001011 | 0 | 11111 | 111101 | 10011011 | 111100 | 11000 |
Color Harmonies of #196344
Complementary color
Monochromatic Colors of #196344
Black with #196344
Text Example
Text Example
White with #196344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196344; }
p { color: rgb(25,99,68); }
H1.HeaderClassName
{
color: #196344;
}
.AnyTagClassName
{
color: #196344;
}
</style>
background-color css
<style>
a { background-color: #196344; }
a { background-color: rgb(25,99,68); }
div.DivClassName
{
background-color: #196344;
}
.BgClassName
{
background-color: #196344;
}
</style>
border-color css
<style>
span { border-color: #196344; }
span { border-color: rgb(25,99,68); }
td.TdClassName
{
border-color: #196344;
}
.TagClassName
{
border-color: #196344;
}
</style>