Shades of Jewel #155B45
Tints of Jewel #155B45
RGB
CMYK
RGB Variations
Color information
#155B45 (or 0x155B45) is known color: Jewel. HEX triplet: 15, 5B and 45. RGB value is (21,91,69). Sum of RGB (Red+Green+Blue) = 21+91+69=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #155B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B45 is #EAA4BA. Grayscale: #434343. Windows color (decimal): -15377595 or 4545301. OLE color: 4545301.
HSL color Cylindrical-coordinate representation of color #155B45: hue angle of 161.14º 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 #155B45 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 69 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.64 |
| HSL | 161.14º | 0.63% | 0.22% | - |
| HSV(B) | 161.14º | 0.77% | 0.36% | - |
| XYZ | 5.12 | 8.07 | 6.92 | - |
| YUV | 67.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 69 | 0.77 | 0 | 0.24 | 0.64 | 161.14 | 0.63 | 0.22 |
| Hex | 15 | 5B | 45 | 4D | 0 | 18 | 40 | A1 | 3E | 16 |
| Octal | 25 | 133 | 105 | 115 | 0 | 30 | 100 | 241 | 76 | 26 |
| Binary | 10101 | 1011011 | 1000101 | 1001101 | 0 | 11000 | 1000000 | 10100001 | 111110 | 10110 |
Color Harmonies of #155B45
Complementary color
Monochromatic Colors of #155B45
Black with #155B45
Text Example
Text Example
White with #155B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B45; }
p { color: rgb(21,91,69); }
H1.HeaderClassName
{
color: #155B45;
}
.AnyTagClassName
{
color: #155B45;
}
</style>
background-color css
<style>
a { background-color: #155B45; }
a { background-color: rgb(21,91,69); }
div.DivClassName
{
background-color: #155B45;
}
.BgClassName
{
background-color: #155B45;
}
</style>
border-color css
<style>
span { border-color: #155B45; }
span { border-color: rgb(21,91,69); }
td.TdClassName
{
border-color: #155B45;
}
.TagClassName
{
border-color: #155B45;
}
</style>