#16611A

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

Shades of San Felix #16611A

Tints of San Felix #16611A

Color information

#16611A (or 0x16611A) is unknown color: approx San Felix. HEX triplet: 16, 61 and 1A. RGB value is (22,97,26). Sum of RGB (Red+Green+Blue) = 22+97+26=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #16611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16611A is #E99EE5. Grayscale: #424242. Windows color (decimal): -15310566 or 1728790. OLE color: 1728790.

HSL color Cylindrical-coordinate representation of color #16611A: hue angle of 123.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16611A is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB229726-
CMYK0.7700.730.62
HSL123.2º63.03%23.33%-
HSV(B)123.2º77.32%38.04%-
XYZ4.798.792.42-
YUV66.48105.1596.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=15.17%
G=66.90%
B=17.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297260.7700.730.62123.263.0323.33
Hex16611A4D0493E7b3f17
Octal26141321150111761737727
Binary10110110000111010100110101001001111110111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16611A; }

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

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

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

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

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

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

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

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