Shades of Jewel #196745
Tints of Jewel #196745
RGB
CMYK
RGB Variations
Color information
#196745 (or 0x196745) is known color: Jewel. HEX triplet: 19, 67 and 45. RGB value is (25,103,69). Sum of RGB (Red+Green+Blue) = 25+103+69=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #196745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196745 is #E698BA. Grayscale: #4B4B4B. Windows color (decimal): -15112379 or 4548377. OLE color: 4548377.
HSL color Cylindrical-coordinate representation of color #196745: hue angle of 153.85º 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 #196745 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 69 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.60 |
| HSL | 153.85º | 0.61% | 0.25% | - |
| HSV(B) | 153.85º | 0.76% | 0.4% | - |
| XYZ | 6.33 | 10.34 | 7.29 | - |
| YUV | 75.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 69 | 0.76 | 0 | 0.33 | 0.60 | 153.85 | 0.61 | 0.25 |
| Hex | 19 | 67 | 45 | 4C | 0 | 21 | 3C | 9A | 3D | 19 |
| Octal | 31 | 147 | 105 | 114 | 0 | 41 | 74 | 232 | 75 | 31 |
| Binary | 11001 | 1100111 | 1000101 | 1001100 | 0 | 100001 | 111100 | 10011010 | 111101 | 11001 |
Color Harmonies of #196745
Complementary color
Monochromatic Colors of #196745
Black with #196745
Text Example
Text Example
White with #196745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196745; }
p { color: rgb(25,103,69); }
H1.HeaderClassName
{
color: #196745;
}
.AnyTagClassName
{
color: #196745;
}
</style>
background-color css
<style>
a { background-color: #196745; }
a { background-color: rgb(25,103,69); }
div.DivClassName
{
background-color: #196745;
}
.BgClassName
{
background-color: #196745;
}
</style>
border-color css
<style>
span { border-color: #196745; }
span { border-color: rgb(25,103,69); }
td.TdClassName
{
border-color: #196745;
}
.TagClassName
{
border-color: #196745;
}
</style>