Shades of Jewel #145B46
Tints of Jewel #145B46
RGB
CMYK
RGB Variations
Color information
#145B46 (or 0x145B46) is known color: Jewel. HEX triplet: 14, 5B and 46. RGB value is (20,91,70). Sum of RGB (Red+Green+Blue) = 20+91+70=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #145B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B46 is #EBA4B9. Grayscale: #434343. Windows color (decimal): -15443130 or 4610836. OLE color: 4610836.
HSL color Cylindrical-coordinate representation of color #145B46: hue angle of 162.25º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145B46 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 70 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.64 |
| HSL | 162.25º | 0.64% | 0.22% | - |
| HSV(B) | 162.25º | 0.78% | 0.36% | - |
| XYZ | 5.14 | 8.07 | 7.08 | - |
| YUV | 67.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 70 | 0.78 | 0 | 0.23 | 0.64 | 162.25 | 0.64 | 0.22 |
| Hex | 14 | 5B | 46 | 4E | 0 | 17 | 40 | A2 | 40 | 16 |
| Octal | 24 | 133 | 106 | 116 | 0 | 27 | 100 | 242 | 100 | 26 |
| Binary | 10100 | 1011011 | 1000110 | 1001110 | 0 | 10111 | 1000000 | 10100010 | 1000000 | 10110 |
Color Harmonies of #145B46
Complementary color
Monochromatic Colors of #145B46
Black with #145B46
Text Example
Text Example
White with #145B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B46; }
p { color: rgb(20,91,70); }
H1.HeaderClassName
{
color: #145B46;
}
.AnyTagClassName
{
color: #145B46;
}
</style>
background-color css
<style>
a { background-color: #145B46; }
a { background-color: rgb(20,91,70); }
div.DivClassName
{
background-color: #145B46;
}
.BgClassName
{
background-color: #145B46;
}
</style>
border-color css
<style>
span { border-color: #145B46; }
span { border-color: rgb(20,91,70); }
td.TdClassName
{
border-color: #145B46;
}
.TagClassName
{
border-color: #145B46;
}
</style>