#146819

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

Shades of San Felix #146819

Tints of San Felix #146819

Color information

#146819 (or 0x146819) is unknown color: approx San Felix. HEX triplet: 14, 68 and 19. RGB value is (20,104,25). Sum of RGB (Red+Green+Blue) = 20+104+25=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #146819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146819 is #EB97E6. Grayscale: #464646. Windows color (decimal): -15439847 or 1665044. OLE color: 1665044.

HSL color Cylindrical-coordinate representation of color #146819: hue angle of 123.57º 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 #146819 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB2010425-
CMYK0.8100.760.59
HSL123.57º67.74%24.31%-
HSV(B)123.57º80.77%40.78%-
XYZ5.4110.122.59-
YUV69.88102.6792.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 104 (41.02% from 255) = 69.80%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=13.42%
G=69.80%
B=16.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104250.8100.760.59123.5767.7424.31
Hex1468195104C3B7c4418
Octal241503112101147317410430
Binary101001101000110011010001010011001110111111100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146819; }

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

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

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

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

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

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

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

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