Shades of Jewel #175B46
Tints of Jewel #175B46
RGB
CMYK
RGB Variations
Color information
#175B46 (or 0x175B46) is known color: Jewel. HEX triplet: 17, 5B and 46. RGB value is (23,91,70). Sum of RGB (Red+Green+Blue) = 23+91+70=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #175B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175B46 is #E8A4B9. Grayscale: #444444. Windows color (decimal): -15246522 or 4610839. OLE color: 4610839.
HSL color Cylindrical-coordinate representation of color #175B46: hue angle of 161.47º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175B46 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 91 | 70 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.64 |
| HSL | 161.47º | 0.6% | 0.22% | - |
| HSV(B) | 161.47º | 0.75% | 0.36% | - |
| XYZ | 5.2 | 8.11 | 7.09 | - |
| YUV | 68.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 70 | 0.75 | 0 | 0.23 | 0.64 | 161.47 | 0.6 | 0.22 |
| Hex | 17 | 5B | 46 | 4B | 0 | 17 | 40 | A1 | 3C | 16 |
| Octal | 27 | 133 | 106 | 113 | 0 | 27 | 100 | 241 | 74 | 26 |
| Binary | 10111 | 1011011 | 1000110 | 1001011 | 0 | 10111 | 1000000 | 10100001 | 111100 | 10110 |
Color Harmonies of #175B46
Complementary color
Monochromatic Colors of #175B46
Black with #175B46
Text Example
Text Example
White with #175B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B46; }
p { color: rgb(23,91,70); }
H1.HeaderClassName
{
color: #175B46;
}
.AnyTagClassName
{
color: #175B46;
}
</style>
background-color css
<style>
a { background-color: #175B46; }
a { background-color: rgb(23,91,70); }
div.DivClassName
{
background-color: #175B46;
}
.BgClassName
{
background-color: #175B46;
}
</style>
border-color css
<style>
span { border-color: #175B46; }
span { border-color: rgb(23,91,70); }
td.TdClassName
{
border-color: #175B46;
}
.TagClassName
{
border-color: #175B46;
}
</style>