Shades of Jewel #145844
Tints of Jewel #145844
RGB
CMYK
RGB Variations
Color information
#145844 (or 0x145844) is known color: Jewel. HEX triplet: 14, 58 and 44. RGB value is (20,88,68). Sum of RGB (Red+Green+Blue) = 20+88+68=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #145844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145844 is #EBA7BB. Grayscale: #414141. Windows color (decimal): -15443900 or 4478996. OLE color: 4478996.
HSL color Cylindrical-coordinate representation of color #145844: hue angle of 162.35º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145844 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 68 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.65 |
| HSL | 162.35º | 0.63% | 0.21% | - |
| HSV(B) | 162.35º | 0.77% | 0.35% | - |
| XYZ | 4.82 | 7.55 | 6.67 | - |
| YUV | 65.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 68 | 0.77 | 0 | 0.23 | 0.65 | 162.35 | 0.63 | 0.21 |
| Hex | 14 | 58 | 44 | 4D | 0 | 17 | 41 | A2 | 3F | 15 |
| Octal | 24 | 130 | 104 | 115 | 0 | 27 | 101 | 242 | 77 | 25 |
| Binary | 10100 | 1011000 | 1000100 | 1001101 | 0 | 10111 | 1000001 | 10100010 | 111111 | 10101 |
Color Harmonies of #145844
Complementary color
Monochromatic Colors of #145844
Black with #145844
Text Example
Text Example
White with #145844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145844; }
p { color: rgb(20,88,68); }
H1.HeaderClassName
{
color: #145844;
}
.AnyTagClassName
{
color: #145844;
}
</style>
background-color css
<style>
a { background-color: #145844; }
a { background-color: rgb(20,88,68); }
div.DivClassName
{
background-color: #145844;
}
.BgClassName
{
background-color: #145844;
}
</style>
border-color css
<style>
span { border-color: #145844; }
span { border-color: rgb(20,88,68); }
td.TdClassName
{
border-color: #145844;
}
.TagClassName
{
border-color: #145844;
}
</style>