Shades of Jewel #155B47
Tints of Jewel #155B47
RGB
CMYK
RGB Variations
Color information
#155B47 (or 0x155B47) is known color: Jewel. HEX triplet: 15, 5B and 47. RGB value is (21,91,71). Sum of RGB (Red+Green+Blue) = 21+91+71=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #155B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B47 is #EAA4B8. Grayscale: #434343. Windows color (decimal): -15377593 or 4676373. OLE color: 4676373.
HSL color Cylindrical-coordinate representation of color #155B47: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B47 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 71 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.64 |
| HSL | 162.86º | 0.63% | 0.22% | - |
| HSV(B) | 162.86º | 0.77% | 0.36% | - |
| XYZ | 5.19 | 8.1 | 7.25 | - |
| YUV | 67.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 71 | 0.77 | 0 | 0.22 | 0.64 | 162.86 | 0.63 | 0.22 |
| Hex | 15 | 5B | 47 | 4D | 0 | 16 | 40 | A3 | 3E | 16 |
| Octal | 25 | 133 | 107 | 115 | 0 | 26 | 100 | 243 | 76 | 26 |
| Binary | 10101 | 1011011 | 1000111 | 1001101 | 0 | 10110 | 1000000 | 10100011 | 111110 | 10110 |
Color Harmonies of #155B47
Complementary color
Monochromatic Colors of #155B47
Black with #155B47
Text Example
Text Example
White with #155B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B47; }
p { color: rgb(21,91,71); }
H1.HeaderClassName
{
color: #155B47;
}
.AnyTagClassName
{
color: #155B47;
}
</style>
background-color css
<style>
a { background-color: #155B47; }
a { background-color: rgb(21,91,71); }
div.DivClassName
{
background-color: #155B47;
}
.BgClassName
{
background-color: #155B47;
}
</style>
border-color css
<style>
span { border-color: #155B47; }
span { border-color: rgb(21,91,71); }
td.TdClassName
{
border-color: #155B47;
}
.TagClassName
{
border-color: #155B47;
}
</style>