Shades of Jewel #146348
Tints of Jewel #146348
RGB
CMYK
RGB Variations
Color information
#146348 (or 0x146348) is known color: Jewel. HEX triplet: 14, 63 and 48. RGB value is (20,99,72). Sum of RGB (Red+Green+Blue) = 20+99+72=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #146348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146348 is #EB9CB7. Grayscale: #484848. Windows color (decimal): -15441080 or 4743956. OLE color: 4743956.
HSL color Cylindrical-coordinate representation of color #146348: hue angle of 159.49º 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 #146348 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 72 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.61 |
| HSL | 159.49º | 0.66% | 0.23% | - |
| HSV(B) | 159.49º | 0.8% | 0.39% | - |
| XYZ | 5.92 | 9.54 | 7.66 | - |
| YUV | 72.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 72 | 0.80 | 0 | 0.27 | 0.61 | 159.49 | 0.66 | 0.23 |
| Hex | 14 | 63 | 48 | 50 | 0 | 1B | 3D | 9F | 42 | 17 |
| Octal | 24 | 143 | 110 | 120 | 0 | 33 | 75 | 237 | 102 | 27 |
| Binary | 10100 | 1100011 | 1001000 | 1010000 | 0 | 11011 | 111101 | 10011111 | 1000010 | 10111 |
Color Harmonies of #146348
Complementary color
Monochromatic Colors of #146348
Black with #146348
Text Example
Text Example
White with #146348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146348; }
p { color: rgb(20,99,72); }
H1.HeaderClassName
{
color: #146348;
}
.AnyTagClassName
{
color: #146348;
}
</style>
background-color css
<style>
a { background-color: #146348; }
a { background-color: rgb(20,99,72); }
div.DivClassName
{
background-color: #146348;
}
.BgClassName
{
background-color: #146348;
}
</style>
border-color css
<style>
span { border-color: #146348; }
span { border-color: rgb(20,99,72); }
td.TdClassName
{
border-color: #146348;
}
.TagClassName
{
border-color: #146348;
}
</style>