#14611A

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

Shades of San Felix #14611A

Tints of San Felix #14611A

Color information

#14611A (or 0x14611A) is unknown color: approx San Felix. HEX triplet: 14, 61 and 1A. RGB value is (20,97,26). Sum of RGB (Red+Green+Blue) = 20+97+26=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #14611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14611A is #EB9EE5. Grayscale: #424242. Windows color (decimal): -15441638 or 1728788. OLE color: 1728788.

HSL color Cylindrical-coordinate representation of color #14611A: hue angle of 124.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14611A is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB209726-
CMYK0.7900.730.62
HSL124.68º65.81%22.94%-
HSV(B)124.68º79.38%38.04%-
XYZ4.758.772.42-
YUV65.88105.4995.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=13.99%
G=67.83%
B=18.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097260.7900.730.62124.6865.8122.94
Hex14611A4F0493E7d4217
Octal241413211701117617510227
Binary101001100001110101001111010010011111101111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14611A; }

 p { color: rgb(20,97,26); }

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

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

 a { background-color: rgb(20,97,26); }

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

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

 span { border-color: rgb(20,97,26); }

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