Shades of Jewel #146342
Tints of Jewel #146342
RGB
CMYK
RGB Variations
Color information
#146342 (or 0x146342) is known color: Jewel. HEX triplet: 14, 63 and 42. RGB value is (20,99,66). Sum of RGB (Red+Green+Blue) = 20+99+66=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #146342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146342 is #EB9CBD. Grayscale: #474747. Windows color (decimal): -15441086 or 4350740. OLE color: 4350740.
HSL color Cylindrical-coordinate representation of color #146342: hue angle of 154.94º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146342 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 66 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.61 |
| HSL | 154.94º | 0.66% | 0.23% | - |
| HSV(B) | 154.94º | 0.8% | 0.39% | - |
| XYZ | 5.73 | 9.47 | 6.68 | - |
| YUV | 71.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 66 | 0.80 | 0 | 0.33 | 0.61 | 154.94 | 0.66 | 0.23 |
| Hex | 14 | 63 | 42 | 50 | 0 | 21 | 3D | 9B | 42 | 17 |
| Octal | 24 | 143 | 102 | 120 | 0 | 41 | 75 | 233 | 102 | 27 |
| Binary | 10100 | 1100011 | 1000010 | 1010000 | 0 | 100001 | 111101 | 10011011 | 1000010 | 10111 |
Color Harmonies of #146342
Complementary color
Monochromatic Colors of #146342
Black with #146342
Text Example
Text Example
White with #146342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146342; }
p { color: rgb(20,99,66); }
H1.HeaderClassName
{
color: #146342;
}
.AnyTagClassName
{
color: #146342;
}
</style>
background-color css
<style>
a { background-color: #146342; }
a { background-color: rgb(20,99,66); }
div.DivClassName
{
background-color: #146342;
}
.BgClassName
{
background-color: #146342;
}
</style>
border-color css
<style>
span { border-color: #146342; }
span { border-color: rgb(20,99,66); }
td.TdClassName
{
border-color: #146342;
}
.TagClassName
{
border-color: #146342;
}
</style>