#146619

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

Shades of San Felix #146619

Tints of San Felix #146619

Color information

#146619 (or 0x146619) is unknown color: approx San Felix. HEX triplet: 14, 66 and 19. RGB value is (20,102,25). Sum of RGB (Red+Green+Blue) = 20+102+25=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #146619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146619 is #EB99E6. Grayscale: #444444. Windows color (decimal): -15440359 or 1664532. OLE color: 1664532.

HSL color Cylindrical-coordinate representation of color #146619: hue angle of 123.66º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146619 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB2010225-
CMYK0.8000.750.6
HSL123.66º67.21%23.92%-
HSV(B)123.66º80.39%40%-
XYZ5.229.722.52-
YUV68.7103.3393.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 102 (40.23% from 255) = 69.39%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=13.61%
G=69.39%
B=17.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102250.8000.750.6123.6667.2123.92
Hex1466195004B3C7c4318
Octal241463112001137417410330
Binary101001100110110011010000010010111111001111100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146619; }

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

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

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

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

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

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

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

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