#146a44

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

Shades of Jewel #146A44

Tints of Jewel #146A44

Color information

#146A44 (or 0x146A44) is unknown color: approx Jewel. HEX triplet: 14, 6A and 44. RGB value is (20,106,68). Sum of RGB (Red+Green+Blue) = 20+106+68=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #146A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A44 is #EB95BB. Grayscale: #4C4C4C. Windows color (decimal): -15439292 or 4483604. OLE color: 4483604.

HSL color Cylindrical-coordinate representation of color #146A44: hue angle of 153.49º 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 #146A44 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB2010668-
CMYK0.8100.360.58
HSL153.49º68.25%24.71%-
HSV(B)153.49º81.13%41.57%-
XYZ6.4910.877.23-
YUV75.95123.5188.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 106 (41.80% from 255) = 54.64%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=10.31%
G=54.64%
B=35.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20106680.8100.360.58153.4968.2524.71
Hex146A44510243A994419
Octal241521041210447223110431
Binary10100110101010001001010001010010011101010011001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146a44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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