Shades of Jewel #146243
Tints of Jewel #146243
RGB
CMYK
RGB Variations
Color information
#146243 (or 0x146243) is known color: Jewel. HEX triplet: 14, 62 and 43. RGB value is (20,98,67). Sum of RGB (Red+Green+Blue) = 20+98+67=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #146243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146243 is #EB9DBC. Grayscale: #474747. Windows color (decimal): -15441341 or 4416020. OLE color: 4416020.
HSL color Cylindrical-coordinate representation of color #146243: hue angle of 156.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146243 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 98 | 67 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.62 |
| HSL | 156.15º | 0.66% | 0.23% | - |
| HSV(B) | 156.15º | 0.8% | 0.38% | - |
| XYZ | 5.67 | 9.29 | 6.8 | - |
| YUV | 71.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 67 | 0.80 | 0 | 0.32 | 0.62 | 156.15 | 0.66 | 0.23 |
| Hex | 14 | 62 | 43 | 50 | 0 | 20 | 3E | 9C | 42 | 17 |
| Octal | 24 | 142 | 103 | 120 | 0 | 40 | 76 | 234 | 102 | 27 |
| Binary | 10100 | 1100010 | 1000011 | 1010000 | 0 | 100000 | 111110 | 10011100 | 1000010 | 10111 |
Color Harmonies of #146243
Complementary color
Monochromatic Colors of #146243
Black with #146243
Text Example
Text Example
White with #146243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146243; }
p { color: rgb(20,98,67); }
H1.HeaderClassName
{
color: #146243;
}
.AnyTagClassName
{
color: #146243;
}
</style>
background-color css
<style>
a { background-color: #146243; }
a { background-color: rgb(20,98,67); }
div.DivClassName
{
background-color: #146243;
}
.BgClassName
{
background-color: #146243;
}
</style>
border-color css
<style>
span { border-color: #146243; }
span { border-color: rgb(20,98,67); }
td.TdClassName
{
border-color: #146243;
}
.TagClassName
{
border-color: #146243;
}
</style>