Shades of Jewel #145C48
Tints of Jewel #145C48
RGB
CMYK
RGB Variations
Color information
#145C48 (or 0x145C48) is known color: Jewel. HEX triplet: 14, 5C and 48. RGB value is (20,92,72). Sum of RGB (Red+Green+Blue) = 20+92+72=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #145C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C48 is #EBA3B7. Grayscale: #444444. Windows color (decimal): -15442872 or 4742164. OLE color: 4742164.
HSL color Cylindrical-coordinate representation of color #145C48: hue angle of 163.33º 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 #145C48 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 72 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.64 |
| HSL | 163.33º | 0.64% | 0.22% | - |
| HSV(B) | 163.33º | 0.78% | 0.36% | - |
| XYZ | 5.29 | 8.27 | 7.45 | - |
| YUV | 68.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 72 | 0.78 | 0 | 0.22 | 0.64 | 163.33 | 0.64 | 0.22 |
| Hex | 14 | 5C | 48 | 4E | 0 | 16 | 40 | A3 | 40 | 16 |
| Octal | 24 | 134 | 110 | 116 | 0 | 26 | 100 | 243 | 100 | 26 |
| Binary | 10100 | 1011100 | 1001000 | 1001110 | 0 | 10110 | 1000000 | 10100011 | 1000000 | 10110 |
Color Harmonies of #145C48
Complementary color
Monochromatic Colors of #145C48
Black with #145C48
Text Example
Text Example
White with #145C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C48; }
p { color: rgb(20,92,72); }
H1.HeaderClassName
{
color: #145C48;
}
.AnyTagClassName
{
color: #145C48;
}
</style>
background-color css
<style>
a { background-color: #145C48; }
a { background-color: rgb(20,92,72); }
div.DivClassName
{
background-color: #145C48;
}
.BgClassName
{
background-color: #145C48;
}
</style>
border-color css
<style>
span { border-color: #145C48; }
span { border-color: rgb(20,92,72); }
td.TdClassName
{
border-color: #145C48;
}
.TagClassName
{
border-color: #145C48;
}
</style>