Shades of Jewel #196744
Tints of Jewel #196744
RGB
CMYK
RGB Variations
Color information
#196744 (or 0x196744) is known color: Jewel. HEX triplet: 19, 67 and 44. RGB value is (25,103,68). Sum of RGB (Red+Green+Blue) = 25+103+68=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #196744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196744 is #E698BB. Grayscale: #4B4B4B. Windows color (decimal): -15112380 or 4482841. OLE color: 4482841.
HSL color Cylindrical-coordinate representation of color #196744: hue angle of 153.08º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196744 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 68 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.60 |
| HSL | 153.08º | 0.61% | 0.25% | - |
| HSV(B) | 153.08º | 0.76% | 0.4% | - |
| XYZ | 6.29 | 10.32 | 7.13 | - |
| YUV | 75.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 68 | 0.76 | 0 | 0.34 | 0.60 | 153.08 | 0.61 | 0.25 |
| Hex | 19 | 67 | 44 | 4C | 0 | 22 | 3C | 99 | 3D | 19 |
| Octal | 31 | 147 | 104 | 114 | 0 | 42 | 74 | 231 | 75 | 31 |
| Binary | 11001 | 1100111 | 1000100 | 1001100 | 0 | 100010 | 111100 | 10011001 | 111101 | 11001 |
Color Harmonies of #196744
Complementary color
Monochromatic Colors of #196744
Black with #196744
Text Example
Text Example
White with #196744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196744; }
p { color: rgb(25,103,68); }
H1.HeaderClassName
{
color: #196744;
}
.AnyTagClassName
{
color: #196744;
}
</style>
background-color css
<style>
a { background-color: #196744; }
a { background-color: rgb(25,103,68); }
div.DivClassName
{
background-color: #196744;
}
.BgClassName
{
background-color: #196744;
}
</style>
border-color css
<style>
span { border-color: #196744; }
span { border-color: rgb(25,103,68); }
td.TdClassName
{
border-color: #196744;
}
.TagClassName
{
border-color: #196744;
}
</style>