Shades of Jewel #146842
Tints of Jewel #146842
RGB
CMYK
RGB Variations
Color information
#146842 (or 0x146842) is known color: Jewel. HEX triplet: 14, 68 and 42. RGB value is (20,104,66). Sum of RGB (Red+Green+Blue) = 20+104+66=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #146842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146842 is #EB97BD. Grayscale: #4A4A4A. Windows color (decimal): -15439806 or 4352020. OLE color: 4352020.
HSL color Cylindrical-coordinate representation of color #146842: hue angle of 152.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146842 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 104 | 66 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.59 |
| HSL | 152.86º | 0.68% | 0.24% | - |
| HSV(B) | 152.86º | 0.81% | 0.41% | - |
| XYZ | 6.22 | 10.44 | 6.84 | - |
| YUV | 74.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 66 | 0.81 | 0 | 0.37 | 0.59 | 152.86 | 0.68 | 0.24 |
| Hex | 14 | 68 | 42 | 51 | 0 | 25 | 3B | 99 | 44 | 18 |
| Octal | 24 | 150 | 102 | 121 | 0 | 45 | 73 | 231 | 104 | 30 |
| Binary | 10100 | 1101000 | 1000010 | 1010001 | 0 | 100101 | 111011 | 10011001 | 1000100 | 11000 |
Color Harmonies of #146842
Complementary color
Monochromatic Colors of #146842
Black with #146842
Text Example
Text Example
White with #146842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146842; }
p { color: rgb(20,104,66); }
H1.HeaderClassName
{
color: #146842;
}
.AnyTagClassName
{
color: #146842;
}
</style>
background-color css
<style>
a { background-color: #146842; }
a { background-color: rgb(20,104,66); }
div.DivClassName
{
background-color: #146842;
}
.BgClassName
{
background-color: #146842;
}
</style>
border-color css
<style>
span { border-color: #146842; }
span { border-color: rgb(20,104,66); }
td.TdClassName
{
border-color: #146842;
}
.TagClassName
{
border-color: #146842;
}
</style>