Shades of Jewel #196C4D
Tints of Jewel #196C4D
RGB
CMYK
RGB Variations
Color information
#196C4D (or 0x196C4D) is known color: Jewel. HEX triplet: 19, 6C and 4D. RGB value is (25,108,77). Sum of RGB (Red+Green+Blue) = 25+108+77=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #196C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C4D is #E693B2. Grayscale: #4F4F4F. Windows color (decimal): -15111091 or 5073945. OLE color: 5073945.
HSL color Cylindrical-coordinate representation of color #196C4D: hue angle of 157.59º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C4D is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 77 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.58 |
| HSL | 157.59º | 0.62% | 0.26% | - |
| HSV(B) | 157.59º | 0.77% | 0.42% | - |
| XYZ | 7.1 | 11.47 | 8.86 | - |
| YUV | 79.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 77 | 0.77 | 0 | 0.29 | 0.58 | 157.59 | 0.62 | 0.26 |
| Hex | 19 | 6C | 4D | 4D | 0 | 1D | 3A | 9E | 3E | 1A |
| Octal | 31 | 154 | 115 | 115 | 0 | 35 | 72 | 236 | 76 | 32 |
| Binary | 11001 | 1101100 | 1001101 | 1001101 | 0 | 11101 | 111010 | 10011110 | 111110 | 11010 |
Color Harmonies of #196C4D
Complementary color
Monochromatic Colors of #196C4D
Black with #196C4D
Text Example
Text Example
White with #196C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C4D; }
p { color: rgb(25,108,77); }
H1.HeaderClassName
{
color: #196C4D;
}
.AnyTagClassName
{
color: #196C4D;
}
</style>
background-color css
<style>
a { background-color: #196C4D; }
a { background-color: rgb(25,108,77); }
div.DivClassName
{
background-color: #196C4D;
}
.BgClassName
{
background-color: #196C4D;
}
</style>
border-color css
<style>
span { border-color: #196C4D; }
span { border-color: rgb(25,108,77); }
td.TdClassName
{
border-color: #196C4D;
}
.TagClassName
{
border-color: #196C4D;
}
</style>