Shades of Jewel #146845
Tints of Jewel #146845
RGB
CMYK
RGB Variations
Color information
#146845 (or 0x146845) is known color: Jewel. HEX triplet: 14, 68 and 45. RGB value is (20,104,69). Sum of RGB (Red+Green+Blue) = 20+104+69=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #146845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146845 is #EB97BA. Grayscale: #4A4A4A. Windows color (decimal): -15439803 or 4548628. OLE color: 4548628.
HSL color Cylindrical-coordinate representation of color #146845: hue angle of 155º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146845 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 104 | 69 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.59 |
| HSL | 155º | 0.68% | 0.24% | - |
| HSV(B) | 155º | 0.81% | 0.41% | - |
| XYZ | 6.31 | 10.48 | 7.32 | - |
| YUV | 74.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 69 | 0.81 | 0 | 0.34 | 0.59 | 155 | 0.68 | 0.24 |
| Hex | 14 | 68 | 45 | 51 | 0 | 22 | 3B | 9B | 44 | 18 |
| Octal | 24 | 150 | 105 | 121 | 0 | 42 | 73 | 233 | 104 | 30 |
| Binary | 10100 | 1101000 | 1000101 | 1010001 | 0 | 100010 | 111011 | 10011011 | 1000100 | 11000 |
Color Harmonies of #146845
Complementary color
Monochromatic Colors of #146845
Black with #146845
Text Example
Text Example
White with #146845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146845; }
p { color: rgb(20,104,69); }
H1.HeaderClassName
{
color: #146845;
}
.AnyTagClassName
{
color: #146845;
}
</style>
background-color css
<style>
a { background-color: #146845; }
a { background-color: rgb(20,104,69); }
div.DivClassName
{
background-color: #146845;
}
.BgClassName
{
background-color: #146845;
}
</style>
border-color css
<style>
span { border-color: #146845; }
span { border-color: rgb(20,104,69); }
td.TdClassName
{
border-color: #146845;
}
.TagClassName
{
border-color: #146845;
}
</style>