Shades of Jewel #146143
Tints of Jewel #146143
RGB
CMYK
RGB Variations
Color information
#146143 (or 0x146143) is known color: Jewel. HEX triplet: 14, 61 and 43. RGB value is (20,97,67). Sum of RGB (Red+Green+Blue) = 20+97+67=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #146143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146143 is #EB9EBC. Grayscale: #464646. Windows color (decimal): -15441597 or 4415764. OLE color: 4415764.
HSL color Cylindrical-coordinate representation of color #146143: hue angle of 156.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146143 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 67 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.62 |
| HSL | 156.62º | 0.66% | 0.23% | - |
| HSV(B) | 156.62º | 0.79% | 0.38% | - |
| XYZ | 5.58 | 9.1 | 6.77 | - |
| YUV | 70.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 67 | 0.79 | 0 | 0.31 | 0.62 | 156.62 | 0.66 | 0.23 |
| Hex | 14 | 61 | 43 | 4F | 0 | 1F | 3E | 9D | 42 | 17 |
| Octal | 24 | 141 | 103 | 117 | 0 | 37 | 76 | 235 | 102 | 27 |
| Binary | 10100 | 1100001 | 1000011 | 1001111 | 0 | 11111 | 111110 | 10011101 | 1000010 | 10111 |
Color Harmonies of #146143
Complementary color
Monochromatic Colors of #146143
Black with #146143
Text Example
Text Example
White with #146143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146143; }
p { color: rgb(20,97,67); }
H1.HeaderClassName
{
color: #146143;
}
.AnyTagClassName
{
color: #146143;
}
</style>
background-color css
<style>
a { background-color: #146143; }
a { background-color: rgb(20,97,67); }
div.DivClassName
{
background-color: #146143;
}
.BgClassName
{
background-color: #146143;
}
</style>
border-color css
<style>
span { border-color: #146143; }
span { border-color: rgb(20,97,67); }
td.TdClassName
{
border-color: #146143;
}
.TagClassName
{
border-color: #146143;
}
</style>