Shades of Jewel #155B46
Tints of Jewel #155B46
RGB
CMYK
RGB Variations
Color information
#155B46 (or 0x155B46) is known color: Jewel. HEX triplet: 15, 5B and 46. RGB value is (21,91,70). Sum of RGB (Red+Green+Blue) = 21+91+70=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #155B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B46 is #EAA4B9. Grayscale: #434343. Windows color (decimal): -15377594 or 4610837. OLE color: 4610837.
HSL color Cylindrical-coordinate representation of color #155B46: hue angle of 162º 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 #155B46 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 70 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.64 |
| HSL | 162º | 0.63% | 0.22% | - |
| HSV(B) | 162º | 0.77% | 0.36% | - |
| XYZ | 5.16 | 8.08 | 7.08 | - |
| YUV | 67.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 70 | 0.77 | 0 | 0.23 | 0.64 | 162 | 0.63 | 0.22 |
| Hex | 15 | 5B | 46 | 4D | 0 | 17 | 40 | A2 | 3E | 16 |
| Octal | 25 | 133 | 106 | 115 | 0 | 27 | 100 | 242 | 76 | 26 |
| Binary | 10101 | 1011011 | 1000110 | 1001101 | 0 | 10111 | 1000000 | 10100010 | 111110 | 10110 |
Color Harmonies of #155B46
Complementary color
Monochromatic Colors of #155B46
Black with #155B46
Text Example
Text Example
White with #155B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B46; }
p { color: rgb(21,91,70); }
H1.HeaderClassName
{
color: #155B46;
}
.AnyTagClassName
{
color: #155B46;
}
</style>
background-color css
<style>
a { background-color: #155B46; }
a { background-color: rgb(21,91,70); }
div.DivClassName
{
background-color: #155B46;
}
.BgClassName
{
background-color: #155B46;
}
</style>
border-color css
<style>
span { border-color: #155B46; }
span { border-color: rgb(21,91,70); }
td.TdClassName
{
border-color: #155B46;
}
.TagClassName
{
border-color: #155B46;
}
</style>