Shades of Jewel #115D43
Tints of Jewel #115D43
RGB
CMYK
RGB Variations
Color information
#115D43 (or 0x115D43) is known color: Jewel. HEX triplet: 11, 5D and 43. RGB value is (17,93,67). Sum of RGB (Red+Green+Blue) = 17+93+67=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #115D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115D43 is #EEA2BC. Grayscale: #434343. Windows color (decimal): -15639229 or 4414737. OLE color: 4414737.
HSL color Cylindrical-coordinate representation of color #115D43: hue angle of 159.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D43 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 67 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.64 |
| HSL | 159.47º | 0.69% | 0.22% | - |
| HSV(B) | 159.47º | 0.82% | 0.36% | - |
| XYZ | 5.16 | 8.35 | 6.65 | - |
| YUV | 67.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 67 | 0.82 | 0 | 0.28 | 0.64 | 159.47 | 0.69 | 0.22 |
| Hex | 11 | 5D | 43 | 52 | 0 | 1C | 40 | 9F | 45 | 16 |
| Octal | 21 | 135 | 103 | 122 | 0 | 34 | 100 | 237 | 105 | 26 |
| Binary | 10001 | 1011101 | 1000011 | 1010010 | 0 | 11100 | 1000000 | 10011111 | 1000101 | 10110 |
Color Harmonies of #115D43
Complementary color
Monochromatic Colors of #115D43
Black with #115D43
Text Example
Text Example
White with #115D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D43; }
p { color: rgb(17,93,67); }
H1.HeaderClassName
{
color: #115D43;
}
.AnyTagClassName
{
color: #115D43;
}
</style>
background-color css
<style>
a { background-color: #115D43; }
a { background-color: rgb(17,93,67); }
div.DivClassName
{
background-color: #115D43;
}
.BgClassName
{
background-color: #115D43;
}
</style>
border-color css
<style>
span { border-color: #115D43; }
span { border-color: rgb(17,93,67); }
td.TdClassName
{
border-color: #115D43;
}
.TagClassName
{
border-color: #115D43;
}
</style>