Shades of Jewel #146547
Tints of Jewel #146547
RGB
CMYK
RGB Variations
Color information
#146547 (or 0x146547) is known color: Jewel. HEX triplet: 14, 65 and 47. RGB value is (20,101,71). Sum of RGB (Red+Green+Blue) = 20+101+71=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #146547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146547 is #EB9AB8. Grayscale: #494949. Windows color (decimal): -15440569 or 4678932. OLE color: 4678932.
HSL color Cylindrical-coordinate representation of color #146547: hue angle of 157.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146547 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 71 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.60 |
| HSL | 157.78º | 0.67% | 0.24% | - |
| HSV(B) | 157.78º | 0.8% | 0.4% | - |
| XYZ | 6.08 | 9.91 | 7.55 | - |
| YUV | 73.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 71 | 0.80 | 0 | 0.30 | 0.60 | 157.78 | 0.67 | 0.24 |
| Hex | 14 | 65 | 47 | 50 | 0 | 1E | 3C | 9E | 43 | 18 |
| Octal | 24 | 145 | 107 | 120 | 0 | 36 | 74 | 236 | 103 | 30 |
| Binary | 10100 | 1100101 | 1000111 | 1010000 | 0 | 11110 | 111100 | 10011110 | 1000011 | 11000 |
Color Harmonies of #146547
Complementary color
Monochromatic Colors of #146547
Black with #146547
Text Example
Text Example
White with #146547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146547; }
p { color: rgb(20,101,71); }
H1.HeaderClassName
{
color: #146547;
}
.AnyTagClassName
{
color: #146547;
}
</style>
background-color css
<style>
a { background-color: #146547; }
a { background-color: rgb(20,101,71); }
div.DivClassName
{
background-color: #146547;
}
.BgClassName
{
background-color: #146547;
}
</style>
border-color css
<style>
span { border-color: #146547; }
span { border-color: rgb(20,101,71); }
td.TdClassName
{
border-color: #146547;
}
.TagClassName
{
border-color: #146547;
}
</style>