#146A49

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

Shades of Jewel #146A49

Tints of Jewel #146A49

Color information

#146A49 (or 0x146A49) is unknown color: approx Jewel. HEX triplet: 14, 6A and 49. RGB value is (20,106,73). Sum of RGB (Red+Green+Blue) = 20+106+73=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #146A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A49 is #EB95B6. Grayscale: #4C4C4C. Windows color (decimal): -15439287 or 4811284. OLE color: 4811284.

HSL color Cylindrical-coordinate representation of color #146A49: hue angle of 156.98º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146A49 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB2010673-
CMYK0.8100.310.58
HSL156.98º68.25%24.71%-
HSV(B)156.98º81.13%41.57%-
XYZ6.6510.948.06-
YUV76.52126.0187.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 106 (41.80% from 255) = 53.27%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=10.05%
G=53.27%
B=36.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20106730.8100.310.58156.9868.2524.71
Hex146A495101F3A9d4419
Octal241521111210377223510431
Binary1010011010101001001101000101111111101010011101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,106,73); }

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

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

 a { background-color: rgb(20,106,73); }

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

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

 span { border-color: rgb(20,106,73); }

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