#16661C

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

Shades of San Felix #16661C

Tints of San Felix #16661C

Color information

#16661C (or 0x16661C) is unknown color: approx San Felix. HEX triplet: 16, 66 and 1C. RGB value is (22,102,28). Sum of RGB (Red+Green+Blue) = 22+102+28=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #16661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16661C is #E999E3. Grayscale: #454545. Windows color (decimal): -15309284 or 1861142. OLE color: 1861142.

HSL color Cylindrical-coordinate representation of color #16661C: hue angle of 124.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16661C is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB2210228-
CMYK0.7800.730.6
HSL124.5º64.52%24.31%-
HSV(B)124.5º78.43%40%-
XYZ5.299.762.7-
YUV69.64104.594.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 102 (40.23% from 255) = 67.11%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=14.47%
G=67.11%
B=18.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22102280.7800.730.6124.564.5224.31
Hex16661C4E0493C7c4118
Octal261463411601117417410130
Binary101101100110111001001110010010011111001111100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16661C; }

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

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

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

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

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

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

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

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