#166E1C

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

Shades of San Felix #166E1C

Tints of San Felix #166E1C

Color information

#166E1C (or 0x166E1C) is unknown color: approx San Felix. HEX triplet: 16, 6E and 1C. RGB value is (22,110,28). Sum of RGB (Red+Green+Blue) = 22+110+28=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 110 (43.36% from 255 or 68.75% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 110 - color contains mainly: green. Hex color #166E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E1C is #E991E3. Grayscale: #4A4A4A. Windows color (decimal): -15307236 or 1863190. OLE color: 1863190.

HSL color Cylindrical-coordinate representation of color #166E1C: hue angle of 124.09º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E1C is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB2211028-
CMYK0.800.750.57
HSL124.09º66.67%25.88%-
HSV(B)124.09º80%43.14%-
XYZ6.1211.412.98-
YUV74.34101.8590.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 110 (43.36% from 255) = 68.75%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=13.75%
G=68.75%
B=17.5%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110280.800.750.57124.0966.6725.88
Hex166E1C5004B397c431a
Octal261563412001137117410332
Binary101101101110111001010000010010111110011111100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166E1C; }

 p { color: rgb(22,110,28); }

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

<style>
 a { background-color: #166E1C; }

 a { background-color: rgb(22,110,28); }

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

<style>
 span { border-color: #166E1C; }

 span { border-color: rgb(22,110,28); }

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