#166C1D

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

Shades of San Felix #166C1D

Tints of San Felix #166C1D

Color information

#166C1D (or 0x166C1D) is unknown color: approx San Felix. HEX triplet: 16, 6C and 1D. RGB value is (22,108,29). Sum of RGB (Red+Green+Blue) = 22+108+29=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 108 (42.58% from 255 or 67.92% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 108 - color contains mainly: green. Hex color #166C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C1D is #E993E2. Grayscale: #494949. Windows color (decimal): -15307747 or 1928214. OLE color: 1928214.

HSL color Cylindrical-coordinate representation of color #166C1D: hue angle of 124.88º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C1D is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB2210829-
CMYK0.8000.730.58
HSL124.88º66.15%25.49%-
HSV(B)124.88º79.63%42.35%-
XYZ5.9210.982.97-
YUV73.28103.0191.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 108 (42.58% from 255) = 67.92%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=13.84%
G=67.92%
B=18.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22108290.8000.730.58124.8866.1525.49
Hex166C1D500493A7d4219
Octal261543512001117217510231
Binary101101101100111011010000010010011110101111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,108,29); }

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

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

 a { background-color: rgb(22,108,29); }

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

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

 span { border-color: rgb(22,108,29); }

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