#146319

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

Shades of San Felix #146319

Tints of San Felix #146319

Color information

#146319 (or 0x146319) is unknown color: approx San Felix. HEX triplet: 14, 63 and 19. RGB value is (20,99,25). Sum of RGB (Red+Green+Blue) = 20+99+25=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #146319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146319 is #EB9CE6. Grayscale: #434343. Windows color (decimal): -15441127 or 1663764. OLE color: 1663764.

HSL color Cylindrical-coordinate representation of color #146319: hue angle of 123.8º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146319 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB209925-
CMYK0.8000.750.61
HSL123.8º66.39%23.33%-
HSV(B)123.8º79.8%38.82%-
XYZ4.939.142.42-
YUV66.94104.3394.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 99 (39.06% from 255) = 68.75%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=13.89%
G=68.75%
B=17.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099250.8000.750.61123.866.3923.33
Hex1463195004B3D7c4217
Octal241433112001137517410227
Binary101001100011110011010000010010111111011111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146319; }

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

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

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

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

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

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

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

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