Shades of Jewel #115A47
Tints of Jewel #115A47
RGB
CMYK
RGB Variations
Color information
#115A47 (or 0x115A47) is known color: Jewel. HEX triplet: 11, 5A and 47. RGB value is (17,90,71). Sum of RGB (Red+Green+Blue) = 17+90+71=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #115A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A47 is #EEA5B8. Grayscale: #424242. Windows color (decimal): -15639993 or 4676113. OLE color: 4676113.
HSL color Cylindrical-coordinate representation of color #115A47: hue angle of 164.38º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A47 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 71 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.65 |
| HSL | 164.38º | 0.68% | 0.21% | - |
| HSV(B) | 164.38º | 0.81% | 0.35% | - |
| XYZ | 5.02 | 7.89 | 7.22 | - |
| YUV | 66.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 71 | 0.81 | 0 | 0.21 | 0.65 | 164.38 | 0.68 | 0.21 |
| Hex | 11 | 5A | 47 | 51 | 0 | 15 | 41 | A4 | 44 | 15 |
| Octal | 21 | 132 | 107 | 121 | 0 | 25 | 101 | 244 | 104 | 25 |
| Binary | 10001 | 1011010 | 1000111 | 1010001 | 0 | 10101 | 1000001 | 10100100 | 1000100 | 10101 |
Color Harmonies of #115A47
Complementary color
Monochromatic Colors of #115A47
Black with #115A47
Text Example
Text Example
White with #115A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A47; }
p { color: rgb(17,90,71); }
H1.HeaderClassName
{
color: #115A47;
}
.AnyTagClassName
{
color: #115A47;
}
</style>
background-color css
<style>
a { background-color: #115A47; }
a { background-color: rgb(17,90,71); }
div.DivClassName
{
background-color: #115A47;
}
.BgClassName
{
background-color: #115A47;
}
</style>
border-color css
<style>
span { border-color: #115A47; }
span { border-color: rgb(17,90,71); }
td.TdClassName
{
border-color: #115A47;
}
.TagClassName
{
border-color: #115A47;
}
</style>