#146C3F

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

Shades of Jewel #146C3F

Tints of Jewel #146C3F

Color information

#146C3F (or 0x146C3F) is unknown color: approx Jewel. HEX triplet: 14, 6C and 3F. RGB value is (20,108,63). Sum of RGB (Red+Green+Blue) = 20+108+63=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #146C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146C3F is #EB93C0. Grayscale: #4C4C4C. Windows color (decimal): -15438785 or 4156436. OLE color: 4156436.

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

Color convert

RGB2010863-
CMYK0.8100.420.58
HSL149.32º68.75%25.1%-
HSV(B)149.32º81.48%42.35%-
XYZ6.5511.236.53-
YUV76.56120.3587.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 63 (25% from 255) = 32.98%
R=10.47%
G=56.54%
B=32.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20108630.8100.420.58149.3268.7525.1
Hex146C3F5102A3A954519
Octal24154771210527222510531
Binary1010011011001111111010001010101011101010010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,108,63); }

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

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

 a { background-color: rgb(20,108,63); }

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

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

 span { border-color: rgb(20,108,63); }

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