Shades of Jewel #156045
Tints of Jewel #156045
RGB
CMYK
RGB Variations
Color information
#156045 (or 0x156045) is known color: Jewel. HEX triplet: 15, 60 and 45. RGB value is (21,96,69). Sum of RGB (Red+Green+Blue) = 21+96+69=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #156045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156045 is #EA9FBA. Grayscale: #464646. Windows color (decimal): -15376315 or 4546581. OLE color: 4546581.
HSL color Cylindrical-coordinate representation of color #156045: hue angle of 158.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156045 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 96 | 69 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.62 |
| HSL | 158.4º | 0.64% | 0.23% | - |
| HSV(B) | 158.4º | 0.78% | 0.38% | - |
| XYZ | 5.57 | 8.95 | 7.07 | - |
| YUV | 70.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 69 | 0.78 | 0 | 0.28 | 0.62 | 158.4 | 0.64 | 0.23 |
| Hex | 15 | 60 | 45 | 4E | 0 | 1C | 3E | 9E | 40 | 17 |
| Octal | 25 | 140 | 105 | 116 | 0 | 34 | 76 | 236 | 100 | 27 |
| Binary | 10101 | 1100000 | 1000101 | 1001110 | 0 | 11100 | 111110 | 10011110 | 1000000 | 10111 |
Color Harmonies of #156045
Complementary color
Monochromatic Colors of #156045
Black with #156045
Text Example
Text Example
White with #156045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156045; }
p { color: rgb(21,96,69); }
H1.HeaderClassName
{
color: #156045;
}
.AnyTagClassName
{
color: #156045;
}
</style>
background-color css
<style>
a { background-color: #156045; }
a { background-color: rgb(21,96,69); }
div.DivClassName
{
background-color: #156045;
}
.BgClassName
{
background-color: #156045;
}
</style>
border-color css
<style>
span { border-color: #156045; }
span { border-color: rgb(21,96,69); }
td.TdClassName
{
border-color: #156045;
}
.TagClassName
{
border-color: #156045;
}
</style>