Shades of Jewel #146D4E
Tints of Jewel #146D4E
RGB
CMYK
RGB Variations
Color information
#146D4E (or 0x146D4E) is known color: Jewel. HEX triplet: 14, 6D and 4E. RGB value is (20,109,78). Sum of RGB (Red+Green+Blue) = 20+109+78=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #146D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D4E is #EB92B1. Grayscale: #4E4E4E. Windows color (decimal): -15438514 or 5139732. OLE color: 5139732.
HSL color Cylindrical-coordinate representation of color #146D4E: hue angle of 159.1º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D4E is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 78 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.57 |
| HSL | 159.1º | 0.69% | 0.25% | - |
| HSV(B) | 159.1º | 0.82% | 0.43% | - |
| XYZ | 7.13 | 11.64 | 9.08 | - |
| YUV | 78.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 78 | 0.82 | 0 | 0.28 | 0.57 | 159.1 | 0.69 | 0.25 |
| Hex | 14 | 6D | 4E | 52 | 0 | 1C | 39 | 9F | 45 | 19 |
| Octal | 24 | 155 | 116 | 122 | 0 | 34 | 71 | 237 | 105 | 31 |
| Binary | 10100 | 1101101 | 1001110 | 1010010 | 0 | 11100 | 111001 | 10011111 | 1000101 | 11001 |
Color Harmonies of #146D4E
Complementary color
Monochromatic Colors of #146D4E
Black with #146D4E
Text Example
Text Example
White with #146D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D4E; }
p { color: rgb(20,109,78); }
H1.HeaderClassName
{
color: #146D4E;
}
.AnyTagClassName
{
color: #146D4E;
}
</style>
background-color css
<style>
a { background-color: #146D4E; }
a { background-color: rgb(20,109,78); }
div.DivClassName
{
background-color: #146D4E;
}
.BgClassName
{
background-color: #146D4E;
}
</style>
border-color css
<style>
span { border-color: #146D4E; }
span { border-color: rgb(20,109,78); }
td.TdClassName
{
border-color: #146D4E;
}
.TagClassName
{
border-color: #146D4E;
}
</style>