Shades of Jewel #14644E
Tints of Jewel #14644E
RGB
CMYK
RGB Variations
Color information
#14644E (or 0x14644E) is known color: Jewel. HEX triplet: 14, 64 and 4E. RGB value is (20,100,78). Sum of RGB (Red+Green+Blue) = 20+100+78=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #14644E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14644E is #EB9BB1. Grayscale: #494949. Windows color (decimal): -15440818 or 5137428. OLE color: 5137428.
HSL color Cylindrical-coordinate representation of color #14644E: hue angle of 163.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14644E is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 78 | - |
| CMYK | 0.8 | 0 | 0.22 | 0.61 |
| HSL | 163.5º | 0.67% | 0.24% | - |
| HSV(B) | 163.5º | 0.8% | 0.39% | - |
| XYZ | 6.22 | 9.81 | 8.77 | - |
| YUV | 73.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 78 | 0.8 | 0 | 0.22 | 0.61 | 163.5 | 0.67 | 0.24 |
| Hex | 14 | 64 | 4E | 50 | 0 | 16 | 3D | A4 | 43 | 18 |
| Octal | 24 | 144 | 116 | 120 | 0 | 26 | 75 | 244 | 103 | 30 |
| Binary | 10100 | 1100100 | 1001110 | 1010000 | 0 | 10110 | 111101 | 10100100 | 1000011 | 11000 |
Color Harmonies of #14644E
Complementary color
Monochromatic Colors of #14644E
Black with #14644E
Text Example
Text Example
White with #14644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14644E; }
p { color: rgb(20,100,78); }
H1.HeaderClassName
{
color: #14644E;
}
.AnyTagClassName
{
color: #14644E;
}
</style>
background-color css
<style>
a { background-color: #14644E; }
a { background-color: rgb(20,100,78); }
div.DivClassName
{
background-color: #14644E;
}
.BgClassName
{
background-color: #14644E;
}
</style>
border-color css
<style>
span { border-color: #14644E; }
span { border-color: rgb(20,100,78); }
td.TdClassName
{
border-color: #14644E;
}
.TagClassName
{
border-color: #14644E;
}
</style>