#146A48

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

Shades of Jewel #146A48

Tints of Jewel #146A48

Color information

#146A48 (or 0x146A48) is unknown color: approx Jewel. HEX triplet: 14, 6A and 48. RGB value is (20,106,72). Sum of RGB (Red+Green+Blue) = 20+106+72=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #146A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A48 is #EB95B7. Grayscale: #4C4C4C. Windows color (decimal): -15439288 or 4745748. OLE color: 4745748.

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

Color convert

RGB2010672-
CMYK0.8100.320.58
HSL156.28º68.25%24.71%-
HSV(B)156.28º81.13%41.57%-
XYZ6.6110.927.89-
YUV76.41125.5187.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 106 (41.80% from 255) = 53.54%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=10.10%
G=53.54%
B=36.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20106720.8100.320.58156.2868.2524.71
Hex146A48510203A9c4419
Octal241521101210407223410431
Binary10100110101010010001010001010000011101010011100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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