#14681A

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

Shades of San Felix #14681A

Tints of San Felix #14681A

Color information

#14681A (or 0x14681A) is unknown color: approx San Felix. HEX triplet: 14, 68 and 1A. RGB value is (20,104,26). Sum of RGB (Red+Green+Blue) = 20+104+26=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #14681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14681A is #EB97E5. Grayscale: #464646. Windows color (decimal): -15439846 or 1730580. OLE color: 1730580.

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

Color convert

RGB2010426-
CMYK0.8100.750.59
HSL124.29º67.74%24.31%-
HSV(B)124.29º80.77%40.78%-
XYZ5.4310.122.65-
YUV69.99103.1792.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 104 (41.02% from 255) = 69.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=13.33%
G=69.33%
B=17.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104260.8100.750.59124.2967.7424.31
Hex14681A5104B3B7c4418
Octal241503212101137317410430
Binary101001101000110101010001010010111110111111100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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