Shades of Jewel #146445
Tints of Jewel #146445
RGB
CMYK
RGB Variations
Color information
#146445 (or 0x146445) is known color: Jewel. HEX triplet: 14, 64 and 45. RGB value is (20,100,69). Sum of RGB (Red+Green+Blue) = 20+100+69=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #146445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146445 is #EB9BBA. Grayscale: #484848. Windows color (decimal): -15440827 or 4547604. OLE color: 4547604.
HSL color Cylindrical-coordinate representation of color #146445: hue angle of 156.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 #146445 is Cyan = 0.8, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 69 | - |
| CMYK | 0.8 | 0 | 0.31 | 0.61 |
| HSL | 156.75º | 0.67% | 0.24% | - |
| HSV(B) | 156.75º | 0.8% | 0.39% | - |
| XYZ | 5.92 | 9.69 | 7.19 | - |
| YUV | 72.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 69 | 0.8 | 0 | 0.31 | 0.61 | 156.75 | 0.67 | 0.24 |
| Hex | 14 | 64 | 45 | 50 | 0 | 1F | 3D | 9D | 43 | 18 |
| Octal | 24 | 144 | 105 | 120 | 0 | 37 | 75 | 235 | 103 | 30 |
| Binary | 10100 | 1100100 | 1000101 | 1010000 | 0 | 11111 | 111101 | 10011101 | 1000011 | 11000 |
Color Harmonies of #146445
Complementary color
Monochromatic Colors of #146445
Black with #146445
Text Example
Text Example
White with #146445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146445; }
p { color: rgb(20,100,69); }
H1.HeaderClassName
{
color: #146445;
}
.AnyTagClassName
{
color: #146445;
}
</style>
background-color css
<style>
a { background-color: #146445; }
a { background-color: rgb(20,100,69); }
div.DivClassName
{
background-color: #146445;
}
.BgClassName
{
background-color: #146445;
}
</style>
border-color css
<style>
span { border-color: #146445; }
span { border-color: rgb(20,100,69); }
td.TdClassName
{
border-color: #146445;
}
.TagClassName
{
border-color: #146445;
}
</style>