Shades of Jewel #146441
Tints of Jewel #146441
RGB
CMYK
RGB Variations
Color information
#146441 (or 0x146441) is known color: Jewel. HEX triplet: 14, 64 and 41. RGB value is (20,100,65). Sum of RGB (Red+Green+Blue) = 20+100+65=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #146441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146441 is #EB9BBE. Grayscale: #484848. Windows color (decimal): -15440831 or 4285460. OLE color: 4285460.
HSL color Cylindrical-coordinate representation of color #146441: hue angle of 153.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 #146441 is Cyan = 0.8, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 65 | - |
| CMYK | 0.8 | 0 | 0.35 | 0.61 |
| HSL | 153.75º | 0.67% | 0.24% | - |
| HSV(B) | 153.75º | 0.8% | 0.39% | - |
| XYZ | 5.8 | 9.64 | 6.56 | - |
| YUV | 72.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 65 | 0.8 | 0 | 0.35 | 0.61 | 153.75 | 0.67 | 0.24 |
| Hex | 14 | 64 | 41 | 50 | 0 | 23 | 3D | 9A | 43 | 18 |
| Octal | 24 | 144 | 101 | 120 | 0 | 43 | 75 | 232 | 103 | 30 |
| Binary | 10100 | 1100100 | 1000001 | 1010000 | 0 | 100011 | 111101 | 10011010 | 1000011 | 11000 |
Color Harmonies of #146441
Complementary color
Monochromatic Colors of #146441
Black with #146441
Text Example
Text Example
White with #146441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146441; }
p { color: rgb(20,100,65); }
H1.HeaderClassName
{
color: #146441;
}
.AnyTagClassName
{
color: #146441;
}
</style>
background-color css
<style>
a { background-color: #146441; }
a { background-color: rgb(20,100,65); }
div.DivClassName
{
background-color: #146441;
}
.BgClassName
{
background-color: #146441;
}
</style>
border-color css
<style>
span { border-color: #146441; }
span { border-color: rgb(20,100,65); }
td.TdClassName
{
border-color: #146441;
}
.TagClassName
{
border-color: #146441;
}
</style>