#1A671C

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

Shades of San Felix #1A671C

Tints of San Felix #1A671C

Color information

#1A671C (or 0x1A671C) is unknown color: approx San Felix. HEX triplet: 1A, 67 and 1C. RGB value is (26,103,28). Sum of RGB (Red+Green+Blue) = 26+103+28=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 103 (40.62% from 255 or 65.61% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 103 - color contains mainly: green. Hex color #1A671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A671C is #E598E3. Grayscale: #474747. Windows color (decimal): -15046884 or 1861402. OLE color: 1861402.

HSL color Cylindrical-coordinate representation of color #1A671C: hue angle of 121.56º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A671C is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB2610328-
CMYK0.7500.730.60
HSL121.56º59.69%25.29%-
HSV(B)121.56º74.76%40.39%-
XYZ5.49102.74-
YUV71.43103.4995.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 103 (40.62% from 255) = 65.61%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=16.56%
G=65.61%
B=17.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103280.7500.730.60121.5659.6925.29
Hex1A671C4B0493C7a3c19
Octal32147341130111741727431
Binary11010110011111100100101101001001111100111101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A671C; }

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

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

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

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

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

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

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

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