#1A651C

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

Shades of San Felix #1A651C

Tints of San Felix #1A651C

Color information

#1A651C (or 0x1A651C) is unknown color: approx San Felix. HEX triplet: 1A, 65 and 1C. RGB value is (26,101,28). Sum of RGB (Red+Green+Blue) = 26+101+28=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #1A651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A651C is #E59AE3. Grayscale: #464646. Windows color (decimal): -15047396 or 1860890. OLE color: 1860890.

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

Color convert

RGB2610128-
CMYK0.7400.720.60
HSL121.6º59.06%24.9%-
HSV(B)121.6º74.26%39.61%-
XYZ5.299.612.67-
YUV70.25104.1596.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 101 (39.84% from 255) = 65.16%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=16.77%
G=65.16%
B=18.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101280.7400.720.60121.659.0624.9
Hex1A651C4A0483C7a3b19
Octal32145341120110741727331
Binary11010110010111100100101001001000111100111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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