Shades of Jewel #155A46
Tints of Jewel #155A46
RGB
CMYK
RGB Variations
Color information
#155A46 (or 0x155A46) is known color: Jewel. HEX triplet: 15, 5A and 46. RGB value is (21,90,70). Sum of RGB (Red+Green+Blue) = 21+90+70=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #155A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A46 is #EAA5B9. Grayscale: #434343. Windows color (decimal): -15377850 or 4610581. OLE color: 4610581.
HSL color Cylindrical-coordinate representation of color #155A46: hue angle of 162.61º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A46 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 70 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.65 |
| HSL | 162.61º | 0.62% | 0.22% | - |
| HSV(B) | 162.61º | 0.77% | 0.35% | - |
| XYZ | 5.07 | 7.91 | 7.05 | - |
| YUV | 67.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 70 | 0.77 | 0 | 0.22 | 0.65 | 162.61 | 0.62 | 0.22 |
| Hex | 15 | 5A | 46 | 4D | 0 | 16 | 41 | A3 | 3E | 16 |
| Octal | 25 | 132 | 106 | 115 | 0 | 26 | 101 | 243 | 76 | 26 |
| Binary | 10101 | 1011010 | 1000110 | 1001101 | 0 | 10110 | 1000001 | 10100011 | 111110 | 10110 |
Color Harmonies of #155A46
Complementary color
Monochromatic Colors of #155A46
Black with #155A46
Text Example
Text Example
White with #155A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A46; }
p { color: rgb(21,90,70); }
H1.HeaderClassName
{
color: #155A46;
}
.AnyTagClassName
{
color: #155A46;
}
</style>
background-color css
<style>
a { background-color: #155A46; }
a { background-color: rgb(21,90,70); }
div.DivClassName
{
background-color: #155A46;
}
.BgClassName
{
background-color: #155A46;
}
</style>
border-color css
<style>
span { border-color: #155A46; }
span { border-color: rgb(21,90,70); }
td.TdClassName
{
border-color: #155A46;
}
.TagClassName
{
border-color: #155A46;
}
</style>