Shades of Jewel #176049
Tints of Jewel #176049
RGB
CMYK
RGB Variations
Color information
#176049 (or 0x176049) is known color: Jewel. HEX triplet: 17, 60 and 49. RGB value is (23,96,73). Sum of RGB (Red+Green+Blue) = 23+96+73=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #176049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176049 is #E89FB6. Grayscale: #474747. Windows color (decimal): -15245239 or 4808727. OLE color: 4808727.
HSL color Cylindrical-coordinate representation of color #176049: hue angle of 161.1º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176049 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 73 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.62 |
| HSL | 161.1º | 0.61% | 0.23% | - |
| HSV(B) | 161.1º | 0.76% | 0.38% | - |
| XYZ | 5.74 | 9.03 | 7.74 | - |
| YUV | 71.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 73 | 0.76 | 0 | 0.24 | 0.62 | 161.1 | 0.61 | 0.23 |
| Hex | 17 | 60 | 49 | 4C | 0 | 18 | 3E | A1 | 3D | 17 |
| Octal | 27 | 140 | 111 | 114 | 0 | 30 | 76 | 241 | 75 | 27 |
| Binary | 10111 | 1100000 | 1001001 | 1001100 | 0 | 11000 | 111110 | 10100001 | 111101 | 10111 |
Color Harmonies of #176049
Complementary color
Monochromatic Colors of #176049
Black with #176049
Text Example
Text Example
White with #176049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176049; }
p { color: rgb(23,96,73); }
H1.HeaderClassName
{
color: #176049;
}
.AnyTagClassName
{
color: #176049;
}
</style>
background-color css
<style>
a { background-color: #176049; }
a { background-color: rgb(23,96,73); }
div.DivClassName
{
background-color: #176049;
}
.BgClassName
{
background-color: #176049;
}
</style>
border-color css
<style>
span { border-color: #176049; }
span { border-color: rgb(23,96,73); }
td.TdClassName
{
border-color: #176049;
}
.TagClassName
{
border-color: #176049;
}
</style>