#146D4E

Color #146D4E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #146D4E

Tints of Jewel #146D4E

Color information

#146D4E (or 0x146D4E) is unknown color: approx Jewel. HEX triplet: 14, 6D and 4E. RGB value is (20,109,78). Sum of RGB (Red+Green+Blue) = 20+109+78=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #146D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D4E is #EB92B1. Grayscale: #4E4E4E. Windows color (decimal): -15438514 or 5139732. OLE color: 5139732.

HSL color Cylindrical-coordinate representation of color #146D4E: hue angle of 159.1º 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 #146D4E is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB2010978-
CMYK0.8200.280.57
HSL159.1º68.99%25.29%-
HSV(B)159.1º81.65%42.75%-
XYZ7.1311.649.08-
YUV78.85127.5186.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=9.66%
G=52.66%
B=37.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20109780.8200.280.57159.168.9925.29
Hex146D4E5201C399f4519
Octal241551161220347123710531
Binary1010011011011001110101001001110011100110011111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146D4E; }

 p { color: rgb(20,109,78); }

 H1.HeaderClassName
 {
   color: #146D4E;
 }
 .AnyTagClassName
 {
   color: #146D4E;
 }
</style>
background-color css

<style>
 a { background-color: #146D4E; }

 a { background-color: rgb(20,109,78); }

 div.DivClassName
 {
   background-color: #146D4E;
 }
 .BgClassName
 {
   background-color: #146D4E;
 }
</style>
border-color css

<style>
 span { border-color: #146D4E; }

 span { border-color: rgb(20,109,78); }

 td.TdClassName
 {
   border-color: #146D4E;
 }
 .TagClassName
 {
   border-color: #146D4E;
 }
</style>