Shades of Jewel #146D4D
Tints of Jewel #146D4D
RGB
CMYK
RGB Variations
Color information
#146D4D (or 0x146D4D) is known color: Jewel. HEX triplet: 14, 6D and 4D. RGB value is (20,109,77). Sum of RGB (Red+Green+Blue) = 20+109+77=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #146D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D4D is #EB92B2. Grayscale: #4E4E4E. Windows color (decimal): -15438515 or 5074196. OLE color: 5074196.
HSL color Cylindrical-coordinate representation of color #146D4D: hue angle of 158.43º 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 #146D4D is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 77 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.57 |
| HSL | 158.43º | 0.69% | 0.25% | - |
| HSV(B) | 158.43º | 0.82% | 0.43% | - |
| XYZ | 7.1 | 11.62 | 8.89 | - |
| YUV | 78.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 77 | 0.82 | 0 | 0.29 | 0.57 | 158.43 | 0.69 | 0.25 |
| Hex | 14 | 6D | 4D | 52 | 0 | 1D | 39 | 9E | 45 | 19 |
| Octal | 24 | 155 | 115 | 122 | 0 | 35 | 71 | 236 | 105 | 31 |
| Binary | 10100 | 1101101 | 1001101 | 1010010 | 0 | 11101 | 111001 | 10011110 | 1000101 | 11001 |
Color Harmonies of #146D4D
Complementary color
Monochromatic Colors of #146D4D
Black with #146D4D
Text Example
Text Example
White with #146D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D4D; }
p { color: rgb(20,109,77); }
H1.HeaderClassName
{
color: #146D4D;
}
.AnyTagClassName
{
color: #146D4D;
}
</style>
background-color css
<style>
a { background-color: #146D4D; }
a { background-color: rgb(20,109,77); }
div.DivClassName
{
background-color: #146D4D;
}
.BgClassName
{
background-color: #146D4D;
}
</style>
border-color css
<style>
span { border-color: #146D4D; }
span { border-color: rgb(20,109,77); }
td.TdClassName
{
border-color: #146D4D;
}
.TagClassName
{
border-color: #146D4D;
}
</style>