#166219

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

Shades of San Felix #166219

Tints of San Felix #166219

Color information

#166219 (or 0x166219) is unknown color: approx San Felix. HEX triplet: 16, 62 and 19. RGB value is (22,98,25). Sum of RGB (Red+Green+Blue) = 22+98+25=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #166219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166219 is #E99DE6. Grayscale: #434343. Windows color (decimal): -15310311 or 1663510. OLE color: 1663510.

HSL color Cylindrical-coordinate representation of color #166219: hue angle of 122.37º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166219 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB229825-
CMYK0.7800.740.62
HSL122.37º63.33%23.53%-
HSV(B)122.37º77.55%38.43%-
XYZ4.878.982.4-
YUV66.95104.3295.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 98 (38.67% from 255) = 67.59%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=15.17%
G=67.59%
B=17.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298250.7800.740.62122.3763.3323.53
Hex1662194E04A3E7a3f18
Octal26142311160112761727730
Binary10110110001011001100111001001010111110111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166219; }

 p { color: rgb(22,98,25); }

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

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

 a { background-color: rgb(22,98,25); }

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

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

 span { border-color: rgb(22,98,25); }

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