Shades of Jewel #155D43
Tints of Jewel #155D43
RGB
CMYK
RGB Variations
Color information
#155D43 (or 0x155D43) is known color: Jewel. HEX triplet: 15, 5D and 43. RGB value is (21,93,67). Sum of RGB (Red+Green+Blue) = 21+93+67=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #155D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D43 is #EAA2BC. Grayscale: #444444. Windows color (decimal): -15377085 or 4414741. OLE color: 4414741.
HSL color Cylindrical-coordinate representation of color #155D43: hue angle of 158.33º degrees, saturation: 0.63, 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 #155D43 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 67 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.64 |
| HSL | 158.33º | 0.63% | 0.22% | - |
| HSV(B) | 158.33º | 0.77% | 0.36% | - |
| XYZ | 5.24 | 8.39 | 6.65 | - |
| YUV | 68.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 67 | 0.77 | 0 | 0.28 | 0.64 | 158.33 | 0.63 | 0.22 |
| Hex | 15 | 5D | 43 | 4D | 0 | 1C | 40 | 9E | 3F | 16 |
| Octal | 25 | 135 | 103 | 115 | 0 | 34 | 100 | 236 | 77 | 26 |
| Binary | 10101 | 1011101 | 1000011 | 1001101 | 0 | 11100 | 1000000 | 10011110 | 111111 | 10110 |
Color Harmonies of #155D43
Complementary color
Monochromatic Colors of #155D43
Black with #155D43
Text Example
Text Example
White with #155D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D43; }
p { color: rgb(21,93,67); }
H1.HeaderClassName
{
color: #155D43;
}
.AnyTagClassName
{
color: #155D43;
}
</style>
background-color css
<style>
a { background-color: #155D43; }
a { background-color: rgb(21,93,67); }
div.DivClassName
{
background-color: #155D43;
}
.BgClassName
{
background-color: #155D43;
}
</style>
border-color css
<style>
span { border-color: #155D43; }
span { border-color: rgb(21,93,67); }
td.TdClassName
{
border-color: #155D43;
}
.TagClassName
{
border-color: #155D43;
}
</style>