Shades of Jewel #146D48
Tints of Jewel #146D48
RGB
CMYK
RGB Variations
Color information
#146D48 (or 0x146D48) is known color: Jewel. HEX triplet: 14, 6D and 48. RGB value is (20,109,72). Sum of RGB (Red+Green+Blue) = 20+109+72=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #146D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146D48 is #EB92B7. Grayscale: #4E4E4E. Windows color (decimal): -15438520 or 4746516. OLE color: 4746516.
HSL color Cylindrical-coordinate representation of color #146D48: hue angle of 155.06º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D48 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 72 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.57 |
| HSL | 155.06º | 0.69% | 0.25% | - |
| HSV(B) | 155.06º | 0.82% | 0.43% | - |
| XYZ | 6.93 | 11.55 | 8 | - |
| YUV | 78.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 72 | 0.82 | 0 | 0.34 | 0.57 | 155.06 | 0.69 | 0.25 |
| Hex | 14 | 6D | 48 | 52 | 0 | 22 | 39 | 9B | 45 | 19 |
| Octal | 24 | 155 | 110 | 122 | 0 | 42 | 71 | 233 | 105 | 31 |
| Binary | 10100 | 1101101 | 1001000 | 1010010 | 0 | 100010 | 111001 | 10011011 | 1000101 | 11001 |
Color Harmonies of #146D48
Complementary color
Monochromatic Colors of #146D48
Black with #146D48
Text Example
Text Example
White with #146D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D48; }
p { color: rgb(20,109,72); }
H1.HeaderClassName
{
color: #146D48;
}
.AnyTagClassName
{
color: #146D48;
}
</style>
background-color css
<style>
a { background-color: #146D48; }
a { background-color: rgb(20,109,72); }
div.DivClassName
{
background-color: #146D48;
}
.BgClassName
{
background-color: #146D48;
}
</style>
border-color css
<style>
span { border-color: #146D48; }
span { border-color: rgb(20,109,72); }
td.TdClassName
{
border-color: #146D48;
}
.TagClassName
{
border-color: #146D48;
}
</style>