#146b1c

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

Shades of San Felix #146B1C

Tints of San Felix #146B1C

Color information

#146B1C (or 0x146B1C) is unknown color: approx San Felix. HEX triplet: 14, 6B and 1C. RGB value is (20,107,28). Sum of RGB (Red+Green+Blue) = 20+107+28=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 107 (42.19% from 255 or 69.03% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 107 - color contains mainly: green. Hex color #146B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146B1C is #EB94E3. Grayscale: #484848. Windows color (decimal): -15439076 or 1862420. OLE color: 1862420.

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

Color convert

RGB2010728-
CMYK0.8100.740.58
HSL125.52º68.5%24.9%-
HSV(B)125.52º81.31%41.96%-
XYZ5.7610.752.87-
YUV71.98103.1890.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 107 (42.19% from 255) = 69.03%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=12.90%
G=69.03%
B=18.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20107280.8100.740.58125.5268.524.9
Hex146B1C5104A3A7e4519
Octal241533412101127217610531
Binary101001101011111001010001010010101110101111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146b1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,107,28); }

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

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

 a { background-color: rgb(20,107,28); }

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

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

 span { border-color: rgb(20,107,28); }

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