Shades of Jewel #145B48
Tints of Jewel #145B48
RGB
CMYK
RGB Variations
Color information
#145B48 (or 0x145B48) is known color: Jewel. HEX triplet: 14, 5B and 48. RGB value is (20,91,72). Sum of RGB (Red+Green+Blue) = 20+91+72=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #145B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B48 is #EBA4B7. Grayscale: #434343. Windows color (decimal): -15443128 or 4741908. OLE color: 4741908.
HSL color Cylindrical-coordinate representation of color #145B48: hue angle of 163.94º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145B48 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 72 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.64 |
| HSL | 163.94º | 0.64% | 0.22% | - |
| HSV(B) | 163.94º | 0.78% | 0.36% | - |
| XYZ | 5.2 | 8.1 | 7.42 | - |
| YUV | 67.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 72 | 0.78 | 0 | 0.21 | 0.64 | 163.94 | 0.64 | 0.22 |
| Hex | 14 | 5B | 48 | 4E | 0 | 15 | 40 | A4 | 40 | 16 |
| Octal | 24 | 133 | 110 | 116 | 0 | 25 | 100 | 244 | 100 | 26 |
| Binary | 10100 | 1011011 | 1001000 | 1001110 | 0 | 10101 | 1000000 | 10100100 | 1000000 | 10110 |
Color Harmonies of #145B48
Complementary color
Monochromatic Colors of #145B48
Black with #145B48
Text Example
Text Example
White with #145B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B48; }
p { color: rgb(20,91,72); }
H1.HeaderClassName
{
color: #145B48;
}
.AnyTagClassName
{
color: #145B48;
}
</style>
background-color css
<style>
a { background-color: #145B48; }
a { background-color: rgb(20,91,72); }
div.DivClassName
{
background-color: #145B48;
}
.BgClassName
{
background-color: #145B48;
}
</style>
border-color css
<style>
span { border-color: #145B48; }
span { border-color: rgb(20,91,72); }
td.TdClassName
{
border-color: #145B48;
}
.TagClassName
{
border-color: #145B48;
}
</style>