Shades of Jewel #155946
Tints of Jewel #155946
RGB
CMYK
RGB Variations
Color information
#155946 (or 0x155946) is known color: Jewel. HEX triplet: 15, 59 and 46. RGB value is (21,89,70). Sum of RGB (Red+Green+Blue) = 21+89+70=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #155946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155946 is #EAA6B9. Grayscale: #424242. Windows color (decimal): -15378106 or 4610325. OLE color: 4610325.
HSL color Cylindrical-coordinate representation of color #155946: hue angle of 163.24º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155946 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 70 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.65 |
| HSL | 163.24º | 0.62% | 0.22% | - |
| HSV(B) | 163.24º | 0.76% | 0.35% | - |
| XYZ | 4.99 | 7.75 | 7.03 | - |
| YUV | 66.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 70 | 0.76 | 0 | 0.21 | 0.65 | 163.24 | 0.62 | 0.22 |
| Hex | 15 | 59 | 46 | 4C | 0 | 15 | 41 | A3 | 3E | 16 |
| Octal | 25 | 131 | 106 | 114 | 0 | 25 | 101 | 243 | 76 | 26 |
| Binary | 10101 | 1011001 | 1000110 | 1001100 | 0 | 10101 | 1000001 | 10100011 | 111110 | 10110 |
Color Harmonies of #155946
Complementary color
Monochromatic Colors of #155946
Black with #155946
Text Example
Text Example
White with #155946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155946; }
p { color: rgb(21,89,70); }
H1.HeaderClassName
{
color: #155946;
}
.AnyTagClassName
{
color: #155946;
}
</style>
background-color css
<style>
a { background-color: #155946; }
a { background-color: rgb(21,89,70); }
div.DivClassName
{
background-color: #155946;
}
.BgClassName
{
background-color: #155946;
}
</style>
border-color css
<style>
span { border-color: #155946; }
span { border-color: rgb(21,89,70); }
td.TdClassName
{
border-color: #155946;
}
.TagClassName
{
border-color: #155946;
}
</style>