Shades of Jewel #155D45
Tints of Jewel #155D45
RGB
CMYK
RGB Variations
Color information
#155D45 (or 0x155D45) is known color: Jewel. HEX triplet: 15, 5D and 45. RGB value is (21,93,69). Sum of RGB (Red+Green+Blue) = 21+93+69=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #155D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D45 is #EAA2BA. Grayscale: #444444. Windows color (decimal): -15377083 or 4545813. OLE color: 4545813.
HSL color Cylindrical-coordinate representation of color #155D45: hue angle of 160º 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 #155D45 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 69 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.64 |
| HSL | 160º | 0.63% | 0.22% | - |
| HSV(B) | 160º | 0.77% | 0.36% | - |
| XYZ | 5.3 | 8.42 | 6.98 | - |
| YUV | 68.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 69 | 0.77 | 0 | 0.26 | 0.64 | 160 | 0.63 | 0.22 |
| Hex | 15 | 5D | 45 | 4D | 0 | 1A | 40 | A0 | 3F | 16 |
| Octal | 25 | 135 | 105 | 115 | 0 | 32 | 100 | 240 | 77 | 26 |
| Binary | 10101 | 1011101 | 1000101 | 1001101 | 0 | 11010 | 1000000 | 10100000 | 111111 | 10110 |
Color Harmonies of #155D45
Complementary color
Monochromatic Colors of #155D45
Black with #155D45
Text Example
Text Example
White with #155D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D45; }
p { color: rgb(21,93,69); }
H1.HeaderClassName
{
color: #155D45;
}
.AnyTagClassName
{
color: #155D45;
}
</style>
background-color css
<style>
a { background-color: #155D45; }
a { background-color: rgb(21,93,69); }
div.DivClassName
{
background-color: #155D45;
}
.BgClassName
{
background-color: #155D45;
}
</style>
border-color css
<style>
span { border-color: #155D45; }
span { border-color: rgb(21,93,69); }
td.TdClassName
{
border-color: #155D45;
}
.TagClassName
{
border-color: #155D45;
}
</style>