#1A611C

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

Shades of San Felix #1A611C

Tints of San Felix #1A611C

Color information

#1A611C (or 0x1A611C) is unknown color: approx San Felix. HEX triplet: 1A, 61 and 1C. RGB value is (26,97,28). Sum of RGB (Red+Green+Blue) = 26+97+28=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #1A611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A611C is #E59EE3. Grayscale: #444444. Windows color (decimal): -15048420 or 1859866. OLE color: 1859866.

HSL color Cylindrical-coordinate representation of color #1A611C: hue angle of 121.69º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A611C is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB269728-
CMYK0.7300.710.62
HSL121.69º57.72%24.12%-
HSV(B)121.69º73.2%38.04%-
XYZ4.918.852.55-
YUV67.9105.4898.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=17.22%
G=64.24%
B=18.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697280.7300.710.62121.6957.7224.12
Hex1A611C490473E7a3a18
Octal32141341110107761727230
Binary11010110000111100100100101000111111110111101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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