Shades of Jewel #146347
Tints of Jewel #146347
RGB
CMYK
RGB Variations
Color information
#146347 (or 0x146347) is known color: Jewel. HEX triplet: 14, 63 and 47. RGB value is (20,99,71). Sum of RGB (Red+Green+Blue) = 20+99+71=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #146347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146347 is #EB9CB8. Grayscale: #484848. Windows color (decimal): -15441081 or 4678420. OLE color: 4678420.
HSL color Cylindrical-coordinate representation of color #146347: hue angle of 158.73º 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 #146347 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 71 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.61 |
| HSL | 158.73º | 0.66% | 0.23% | - |
| HSV(B) | 158.73º | 0.8% | 0.39% | - |
| XYZ | 5.89 | 9.53 | 7.49 | - |
| YUV | 72.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 71 | 0.80 | 0 | 0.28 | 0.61 | 158.73 | 0.66 | 0.23 |
| Hex | 14 | 63 | 47 | 50 | 0 | 1C | 3D | 9F | 42 | 17 |
| Octal | 24 | 143 | 107 | 120 | 0 | 34 | 75 | 237 | 102 | 27 |
| Binary | 10100 | 1100011 | 1000111 | 1010000 | 0 | 11100 | 111101 | 10011111 | 1000010 | 10111 |
Color Harmonies of #146347
Complementary color
Monochromatic Colors of #146347
Black with #146347
Text Example
Text Example
White with #146347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146347; }
p { color: rgb(20,99,71); }
H1.HeaderClassName
{
color: #146347;
}
.AnyTagClassName
{
color: #146347;
}
</style>
background-color css
<style>
a { background-color: #146347; }
a { background-color: rgb(20,99,71); }
div.DivClassName
{
background-color: #146347;
}
.BgClassName
{
background-color: #146347;
}
</style>
border-color css
<style>
span { border-color: #146347; }
span { border-color: rgb(20,99,71); }
td.TdClassName
{
border-color: #146347;
}
.TagClassName
{
border-color: #146347;
}
</style>