#14641B

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

Shades of San Felix #14641B

Tints of San Felix #14641B

Color information

#14641B (or 0x14641B) is unknown color: approx San Felix. HEX triplet: 14, 64 and 1B. RGB value is (20,100,27). Sum of RGB (Red+Green+Blue) = 20+100+27=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 100 (39.45% from 255 or 68.03% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 100 - color contains mainly: green. Hex color #14641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14641B is #EB9BE4. Grayscale: #434343. Windows color (decimal): -15440869 or 1795092. OLE color: 1795092.

HSL color Cylindrical-coordinate representation of color #14641B: hue angle of 125.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14641B is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB2010027-
CMYK0.800.730.61
HSL125.25º66.67%23.53%-
HSV(B)125.25º80%39.22%-
XYZ5.049.342.57-
YUV67.7610593.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 100 (39.45% from 255) = 68.03%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=13.61%
G=68.03%
B=18.37%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100270.800.730.61125.2566.6723.53
Hex14641B500493D7d4318
Octal241443312001117517510330
Binary101001100100110111010000010010011111011111101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14641B; }

 p { color: rgb(20,100,27); }

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

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

 a { background-color: rgb(20,100,27); }

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

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

 span { border-color: rgb(20,100,27); }

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