Shades of Jewel #146B3F
Tints of Jewel #146B3F
RGB
CMYK
RGB Variations
Color information
#146B3F (or 0x146B3F) is known color: Jewel. HEX triplet: 14, 6B and 3F. RGB value is (20,107,63). Sum of RGB (Red+Green+Blue) = 20+107+63=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #146B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146B3F is #EB94C0. Grayscale: #4C4C4C. Windows color (decimal): -15439041 or 4156180. OLE color: 4156180.
HSL color Cylindrical-coordinate representation of color #146B3F: hue angle of 149.66º degrees, saturation: 0.69, 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 #146B3F is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 107 | 63 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.58 |
| HSL | 149.66º | 0.69% | 0.25% | - |
| HSV(B) | 149.66º | 0.81% | 0.42% | - |
| XYZ | 6.44 | 11.02 | 6.49 | - |
| YUV | 75.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 63 | 0.81 | 0 | 0.41 | 0.58 | 149.66 | 0.69 | 0.25 |
| Hex | 14 | 6B | 3F | 51 | 0 | 29 | 3A | 96 | 45 | 19 |
| Octal | 24 | 153 | 77 | 121 | 0 | 51 | 72 | 226 | 105 | 31 |
| Binary | 10100 | 1101011 | 111111 | 1010001 | 0 | 101001 | 111010 | 10010110 | 1000101 | 11001 |
Color Harmonies of #146B3F
Complementary color
Monochromatic Colors of #146B3F
Black with #146B3F
Text Example
Text Example
White with #146B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146B3F; }
p { color: rgb(20,107,63); }
H1.HeaderClassName
{
color: #146B3F;
}
.AnyTagClassName
{
color: #146B3F;
}
</style>
background-color css
<style>
a { background-color: #146B3F; }
a { background-color: rgb(20,107,63); }
div.DivClassName
{
background-color: #146B3F;
}
.BgClassName
{
background-color: #146B3F;
}
</style>
border-color css
<style>
span { border-color: #146B3F; }
span { border-color: rgb(20,107,63); }
td.TdClassName
{
border-color: #146B3F;
}
.TagClassName
{
border-color: #146B3F;
}
</style>