Shades of Jewel #146449
Tints of Jewel #146449
RGB
CMYK
RGB Variations
Color information
#146449 (or 0x146449) is known color: Jewel. HEX triplet: 14, 64 and 49. RGB value is (20,100,73). Sum of RGB (Red+Green+Blue) = 20+100+73=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #146449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146449 is #EB9BB6. Grayscale: #494949. Windows color (decimal): -15440823 or 4809748. OLE color: 4809748.
HSL color Cylindrical-coordinate representation of color #146449: hue angle of 159.75º 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 #146449 is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 73 | - |
| CMYK | 0.8 | 0 | 0.27 | 0.61 |
| HSL | 159.75º | 0.67% | 0.24% | - |
| HSV(B) | 159.75º | 0.8% | 0.39% | - |
| XYZ | 6.05 | 9.74 | 7.87 | - |
| YUV | 73 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 73 | 0.8 | 0 | 0.27 | 0.61 | 159.75 | 0.67 | 0.24 |
| Hex | 14 | 64 | 49 | 50 | 0 | 1B | 3D | A0 | 43 | 18 |
| Octal | 24 | 144 | 111 | 120 | 0 | 33 | 75 | 240 | 103 | 30 |
| Binary | 10100 | 1100100 | 1001001 | 1010000 | 0 | 11011 | 111101 | 10100000 | 1000011 | 11000 |
Color Harmonies of #146449
Complementary color
Monochromatic Colors of #146449
Black with #146449
Text Example
Text Example
White with #146449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146449; }
p { color: rgb(20,100,73); }
H1.HeaderClassName
{
color: #146449;
}
.AnyTagClassName
{
color: #146449;
}
</style>
background-color css
<style>
a { background-color: #146449; }
a { background-color: rgb(20,100,73); }
div.DivClassName
{
background-color: #146449;
}
.BgClassName
{
background-color: #146449;
}
</style>
border-color css
<style>
span { border-color: #146449; }
span { border-color: rgb(20,100,73); }
td.TdClassName
{
border-color: #146449;
}
.TagClassName
{
border-color: #146449;
}
</style>