Shades of Jewel #175A44
Tints of Jewel #175A44
RGB
CMYK
RGB Variations
Color information
#175A44 (or 0x175A44) is known color: Jewel. HEX triplet: 17, 5A and 44. RGB value is (23,90,68). Sum of RGB (Red+Green+Blue) = 23+90+68=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #175A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175A44 is #E8A5BB. Grayscale: #434343. Windows color (decimal): -15246780 or 4479511. OLE color: 4479511.
HSL color Cylindrical-coordinate representation of color #175A44: hue angle of 160.3º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175A44 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 90 | 68 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.65 |
| HSL | 160.3º | 0.59% | 0.22% | - |
| HSV(B) | 160.3º | 0.74% | 0.35% | - |
| XYZ | 5.05 | 7.91 | 6.73 | - |
| YUV | 67.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 68 | 0.74 | 0 | 0.24 | 0.65 | 160.3 | 0.59 | 0.22 |
| Hex | 17 | 5A | 44 | 4A | 0 | 18 | 41 | A0 | 3B | 16 |
| Octal | 27 | 132 | 104 | 112 | 0 | 30 | 101 | 240 | 73 | 26 |
| Binary | 10111 | 1011010 | 1000100 | 1001010 | 0 | 11000 | 1000001 | 10100000 | 111011 | 10110 |
Color Harmonies of #175A44
Complementary color
Monochromatic Colors of #175A44
Black with #175A44
Text Example
Text Example
White with #175A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A44; }
p { color: rgb(23,90,68); }
H1.HeaderClassName
{
color: #175A44;
}
.AnyTagClassName
{
color: #175A44;
}
</style>
background-color css
<style>
a { background-color: #175A44; }
a { background-color: rgb(23,90,68); }
div.DivClassName
{
background-color: #175A44;
}
.BgClassName
{
background-color: #175A44;
}
</style>
border-color css
<style>
span { border-color: #175A44; }
span { border-color: rgb(23,90,68); }
td.TdClassName
{
border-color: #175A44;
}
.TagClassName
{
border-color: #175A44;
}
</style>