Shades of Jewel #14654F
Tints of Jewel #14654F
RGB
CMYK
RGB Variations
Color information
#14654F (or 0x14654F) is known color: Jewel. HEX triplet: 14, 65 and 4F. RGB value is (20,101,79). Sum of RGB (Red+Green+Blue) = 20+101+79=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #14654F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14654F is #EB9AB0. Grayscale: #4A4A4A. Windows color (decimal): -15440561 or 5203220. OLE color: 5203220.
HSL color Cylindrical-coordinate representation of color #14654F: hue angle of 163.7º 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 #14654F is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 79 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.60 |
| HSL | 163.7º | 0.67% | 0.24% | - |
| HSV(B) | 163.7º | 0.8% | 0.4% | - |
| XYZ | 6.35 | 10.02 | 9 | - |
| YUV | 74.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 79 | 0.80 | 0 | 0.22 | 0.60 | 163.7 | 0.67 | 0.24 |
| Hex | 14 | 65 | 4F | 50 | 0 | 16 | 3C | A4 | 43 | 18 |
| Octal | 24 | 145 | 117 | 120 | 0 | 26 | 74 | 244 | 103 | 30 |
| Binary | 10100 | 1100101 | 1001111 | 1010000 | 0 | 10110 | 111100 | 10100100 | 1000011 | 11000 |
Color Harmonies of #14654F
Complementary color
Monochromatic Colors of #14654F
Black with #14654F
Text Example
Text Example
White with #14654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14654F; }
p { color: rgb(20,101,79); }
H1.HeaderClassName
{
color: #14654F;
}
.AnyTagClassName
{
color: #14654F;
}
</style>
background-color css
<style>
a { background-color: #14654F; }
a { background-color: rgb(20,101,79); }
div.DivClassName
{
background-color: #14654F;
}
.BgClassName
{
background-color: #14654F;
}
</style>
border-color css
<style>
span { border-color: #14654F; }
span { border-color: rgb(20,101,79); }
td.TdClassName
{
border-color: #14654F;
}
.TagClassName
{
border-color: #14654F;
}
</style>