Shades of Jewel #14644D
Tints of Jewel #14644D
RGB
CMYK
RGB Variations
Color information
#14644D (or 0x14644D) is known color: Jewel. HEX triplet: 14, 64 and 4D. RGB value is (20,100,77). Sum of RGB (Red+Green+Blue) = 20+100+77=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #14644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14644D is #EB9BB2. Grayscale: #494949. Windows color (decimal): -15440819 or 5071892. OLE color: 5071892.
HSL color Cylindrical-coordinate representation of color #14644D: hue angle of 162.75º 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 #14644D is Cyan = 0.8, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 77 | - |
| CMYK | 0.8 | 0 | 0.23 | 0.61 |
| HSL | 162.75º | 0.67% | 0.24% | - |
| HSV(B) | 162.75º | 0.8% | 0.39% | - |
| XYZ | 6.19 | 9.8 | 8.59 | - |
| YUV | 73.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 77 | 0.8 | 0 | 0.23 | 0.61 | 162.75 | 0.67 | 0.24 |
| Hex | 14 | 64 | 4D | 50 | 0 | 17 | 3D | A3 | 43 | 18 |
| Octal | 24 | 144 | 115 | 120 | 0 | 27 | 75 | 243 | 103 | 30 |
| Binary | 10100 | 1100100 | 1001101 | 1010000 | 0 | 10111 | 111101 | 10100011 | 1000011 | 11000 |
Color Harmonies of #14644D
Complementary color
Monochromatic Colors of #14644D
Black with #14644D
Text Example
Text Example
White with #14644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14644D; }
p { color: rgb(20,100,77); }
H1.HeaderClassName
{
color: #14644D;
}
.AnyTagClassName
{
color: #14644D;
}
</style>
background-color css
<style>
a { background-color: #14644D; }
a { background-color: rgb(20,100,77); }
div.DivClassName
{
background-color: #14644D;
}
.BgClassName
{
background-color: #14644D;
}
</style>
border-color css
<style>
span { border-color: #14644D; }
span { border-color: rgb(20,100,77); }
td.TdClassName
{
border-color: #14644D;
}
.TagClassName
{
border-color: #14644D;
}
</style>