Shades of Jewel #146649
Tints of Jewel #146649
RGB
CMYK
RGB Variations
Color information
#146649 (or 0x146649) is known color: Jewel. HEX triplet: 14, 66 and 49. RGB value is (20,102,73). Sum of RGB (Red+Green+Blue) = 20+102+73=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #146649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146649 is #EB99B6. Grayscale: #4A4A4A. Windows color (decimal): -15440311 or 4810260. OLE color: 4810260.
HSL color Cylindrical-coordinate representation of color #146649: hue angle of 158.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146649 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 73 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.6 |
| HSL | 158.78º | 0.67% | 0.24% | - |
| HSV(B) | 158.78º | 0.8% | 0.4% | - |
| XYZ | 6.24 | 10.13 | 7.93 | - |
| YUV | 74.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 73 | 0.80 | 0 | 0.28 | 0.6 | 158.78 | 0.67 | 0.24 |
| Hex | 14 | 66 | 49 | 50 | 0 | 1C | 3C | 9F | 43 | 18 |
| Octal | 24 | 146 | 111 | 120 | 0 | 34 | 74 | 237 | 103 | 30 |
| Binary | 10100 | 1100110 | 1001001 | 1010000 | 0 | 11100 | 111100 | 10011111 | 1000011 | 11000 |
Color Harmonies of #146649
Complementary color
Monochromatic Colors of #146649
Black with #146649
Text Example
Text Example
White with #146649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146649; }
p { color: rgb(20,102,73); }
H1.HeaderClassName
{
color: #146649;
}
.AnyTagClassName
{
color: #146649;
}
</style>
background-color css
<style>
a { background-color: #146649; }
a { background-color: rgb(20,102,73); }
div.DivClassName
{
background-color: #146649;
}
.BgClassName
{
background-color: #146649;
}
</style>
border-color css
<style>
span { border-color: #146649; }
span { border-color: rgb(20,102,73); }
td.TdClassName
{
border-color: #146649;
}
.TagClassName
{
border-color: #146649;
}
</style>