Shades of Jewel #196543
Tints of Jewel #196543
RGB
CMYK
RGB Variations
Color information
#196543 (or 0x196543) is known color: Jewel. HEX triplet: 19, 65 and 43. RGB value is (25,101,67). Sum of RGB (Red+Green+Blue) = 25+101+67=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #196543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196543 is #E69ABC. Grayscale: #4A4A4A. Windows color (decimal): -15112893 or 4416793. OLE color: 4416793.
HSL color Cylindrical-coordinate representation of color #196543: hue angle of 153.16º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196543 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 101 | 67 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.60 |
| HSL | 153.16º | 0.6% | 0.25% | - |
| HSV(B) | 153.16º | 0.75% | 0.4% | - |
| XYZ | 6.07 | 9.92 | 6.91 | - |
| YUV | 74.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 67 | 0.75 | 0 | 0.34 | 0.60 | 153.16 | 0.6 | 0.25 |
| Hex | 19 | 65 | 43 | 4B | 0 | 22 | 3C | 99 | 3C | 19 |
| Octal | 31 | 145 | 103 | 113 | 0 | 42 | 74 | 231 | 74 | 31 |
| Binary | 11001 | 1100101 | 1000011 | 1001011 | 0 | 100010 | 111100 | 10011001 | 111100 | 11001 |
Color Harmonies of #196543
Complementary color
Monochromatic Colors of #196543
Black with #196543
Text Example
Text Example
White with #196543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196543; }
p { color: rgb(25,101,67); }
H1.HeaderClassName
{
color: #196543;
}
.AnyTagClassName
{
color: #196543;
}
</style>
background-color css
<style>
a { background-color: #196543; }
a { background-color: rgb(25,101,67); }
div.DivClassName
{
background-color: #196543;
}
.BgClassName
{
background-color: #196543;
}
</style>
border-color css
<style>
span { border-color: #196543; }
span { border-color: rgb(25,101,67); }
td.TdClassName
{
border-color: #196543;
}
.TagClassName
{
border-color: #196543;
}
</style>