#14671C

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

Shades of San Felix #14671C

Tints of San Felix #14671C

Color information

#14671C (or 0x14671C) is unknown color: approx San Felix. HEX triplet: 14, 67 and 1C. RGB value is (20,103,28). Sum of RGB (Red+Green+Blue) = 20+103+28=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #14671C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14671C is #EB98E3. Grayscale: #454545. Windows color (decimal): -15440100 or 1861396. OLE color: 1861396.

HSL color Cylindrical-coordinate representation of color #14671C: hue angle of 125.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14671C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB2010328-
CMYK0.8100.730.60
HSL125.78º67.48%24.12%-
HSV(B)125.78º80.58%40.39%-
XYZ5.359.932.73-
YUV69.63104.592.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 103 (40.62% from 255) = 68.21%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=13.25%
G=68.21%
B=18.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103280.8100.730.60125.7867.4824.12
Hex14671C510493C7e4318
Octal241473412101117417610330
Binary101001100111111001010001010010011111001111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14671C; }

 p { color: rgb(20,103,28); }

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

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

 a { background-color: rgb(20,103,28); }

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

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

 span { border-color: rgb(20,103,28); }

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