#146817

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

Shades of San Felix #146817

Tints of San Felix #146817

Color information

#146817 (or 0x146817) is unknown color: approx San Felix. HEX triplet: 14, 68 and 17. RGB value is (20,104,23). Sum of RGB (Red+Green+Blue) = 20+104+23=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #146817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146817 is #EB97E8. Grayscale: #454545. Windows color (decimal): -15439849 or 1533972. OLE color: 1533972.

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

Color convert

RGB2010423-
CMYK0.8100.780.59
HSL122.14º67.74%24.31%-
HSV(B)122.14º80.77%40.78%-
XYZ5.3910.112.48-
YUV69.65101.6792.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 104 (41.02% from 255) = 70.75%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=13.61%
G=70.75%
B=15.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104230.8100.780.59122.1467.7424.31
Hex1468175104E3B7a4418
Octal241502712101167317210430
Binary101001101000101111010001010011101110111111010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146817; }

 p { color: rgb(20,104,23); }

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

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

 a { background-color: rgb(20,104,23); }

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

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

 span { border-color: rgb(20,104,23); }

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