Shades of Jewel #146446
Tints of Jewel #146446
RGB
CMYK
RGB Variations
Color information
#146446 (or 0x146446) is known color: Jewel. HEX triplet: 14, 64 and 46. RGB value is (20,100,70). Sum of RGB (Red+Green+Blue) = 20+100+70=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #146446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146446 is #EB9BB9. Grayscale: #484848. Windows color (decimal): -15440826 or 4613140. OLE color: 4613140.
HSL color Cylindrical-coordinate representation of color #146446: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146446 is Cyan = 0.8, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 70 | - |
| CMYK | 0.8 | 0 | 0.30 | 0.61 |
| HSL | 157.5º | 0.67% | 0.24% | - |
| HSV(B) | 157.5º | 0.8% | 0.39% | - |
| XYZ | 5.95 | 9.71 | 7.35 | - |
| YUV | 72.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 70 | 0.8 | 0 | 0.30 | 0.61 | 157.5 | 0.67 | 0.24 |
| Hex | 14 | 64 | 46 | 50 | 0 | 1E | 3D | 9E | 43 | 18 |
| Octal | 24 | 144 | 106 | 120 | 0 | 36 | 75 | 236 | 103 | 30 |
| Binary | 10100 | 1100100 | 1000110 | 1010000 | 0 | 11110 | 111101 | 10011110 | 1000011 | 11000 |
Color Harmonies of #146446
Complementary color
Monochromatic Colors of #146446
Black with #146446
Text Example
Text Example
White with #146446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146446; }
p { color: rgb(20,100,70); }
H1.HeaderClassName
{
color: #146446;
}
.AnyTagClassName
{
color: #146446;
}
</style>
background-color css
<style>
a { background-color: #146446; }
a { background-color: rgb(20,100,70); }
div.DivClassName
{
background-color: #146446;
}
.BgClassName
{
background-color: #146446;
}
</style>
border-color css
<style>
span { border-color: #146446; }
span { border-color: rgb(20,100,70); }
td.TdClassName
{
border-color: #146446;
}
.TagClassName
{
border-color: #146446;
}
</style>