#146916

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

Shades of San Felix #146916

Tints of San Felix #146916

Color information

#146916 (or 0x146916) is unknown color: approx San Felix. HEX triplet: 14, 69 and 16. RGB value is (20,105,22). Sum of RGB (Red+Green+Blue) = 20+105+22=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #146916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146916 is #EB96E9. Grayscale: #464646. Windows color (decimal): -15439594 or 1468692. OLE color: 1468692.

HSL color Cylindrical-coordinate representation of color #146916: hue angle of 121.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146916 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB2010522-
CMYK0.8100.790.59
HSL121.41º68%24.51%-
HSV(B)121.41º80.95%41.18%-
XYZ5.4810.312.46-
YUV70.12100.8492.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 105 (41.41% from 255) = 71.43%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=13.61%
G=71.43%
B=14.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105220.8100.790.59121.416824.51
Hex1469165104F3B794419
Octal241512612101177317110431
Binary101001101001101101010001010011111110111111001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146916; }

 p { color: rgb(20,105,22); }

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

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

 a { background-color: rgb(20,105,22); }

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

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

 span { border-color: rgb(20,105,22); }

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