Shades of Jewel #146A43
Tints of Jewel #146A43
RGB
CMYK
RGB Variations
Color information
#146A43 (or 0x146A43) is known color: Jewel. HEX triplet: 14, 6A and 43. RGB value is (20,106,67). Sum of RGB (Red+Green+Blue) = 20+106+67=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #146A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A43 is #EB95BC. Grayscale: #4B4B4B. Windows color (decimal): -15439293 or 4418068. OLE color: 4418068.
HSL color Cylindrical-coordinate representation of color #146A43: hue angle of 152.79º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146A43 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 106 | 67 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.58 |
| HSL | 152.79º | 0.68% | 0.25% | - |
| HSV(B) | 152.79º | 0.81% | 0.42% | - |
| XYZ | 6.46 | 10.86 | 7.07 | - |
| YUV | 75.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 67 | 0.81 | 0 | 0.37 | 0.58 | 152.79 | 0.68 | 0.25 |
| Hex | 14 | 6A | 43 | 51 | 0 | 25 | 3A | 99 | 44 | 19 |
| Octal | 24 | 152 | 103 | 121 | 0 | 45 | 72 | 231 | 104 | 31 |
| Binary | 10100 | 1101010 | 1000011 | 1010001 | 0 | 100101 | 111010 | 10011001 | 1000100 | 11001 |
Color Harmonies of #146A43
Complementary color
Monochromatic Colors of #146A43
Black with #146A43
Text Example
Text Example
White with #146A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146A43; }
p { color: rgb(20,106,67); }
H1.HeaderClassName
{
color: #146A43;
}
.AnyTagClassName
{
color: #146A43;
}
</style>
background-color css
<style>
a { background-color: #146A43; }
a { background-color: rgb(20,106,67); }
div.DivClassName
{
background-color: #146A43;
}
.BgClassName
{
background-color: #146A43;
}
</style>
border-color css
<style>
span { border-color: #146A43; }
span { border-color: rgb(20,106,67); }
td.TdClassName
{
border-color: #146A43;
}
.TagClassName
{
border-color: #146A43;
}
</style>